|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.Analysis.Primitive.PrimitiveMethodSummary.Node
joeq.Compiler.Analysis.Primitive.PrimitiveMethodSummary.ConcreteObjectNode
public static final class PrimitiveMethodSummary.ConcreteObjectNode
A ConcreteObjectNode refers to an object that we discovered through reflection. It includes a reference to the actual object instance.
| Field Summary | |
|---|---|
static boolean |
ADD_EDGES
|
| Fields inherited from class joeq.Compiler.Analysis.Primitive.PrimitiveMethodSummary.Node |
|---|
id, TRACK_REASONS |
| Method Summary | |
|---|---|
PrimitiveMethodSummary.Node |
copy()
Return a shallow copy of this node. |
static PrimitiveMethodSummary.ConcreteObjectNode |
get(jq_Field f,
java.lang.Object o)
|
static PrimitiveMethodSummary.ConcreteObjectNode |
get(Operand.AConstOperand op,
ProgramLocation q)
|
static java.util.Collection |
getAll()
|
jq_Type |
getDeclaredType()
Return the declared type of this node. |
jq_Method |
getDefiningMethod()
Return the method that this node is defined in, null if it doesn't come from a method. |
java.util.Set |
getEdges()
|
ProgramLocation |
getLocation()
|
java.util.Set |
getNonEscapingEdgeFields()
Return the set of fields that this node has inside edges with. |
boolean |
hasEdges()
|
boolean |
hasNonEscapingEdge(jq_Field m,
PrimitiveMethodSummary.Node n)
|
static PrimitiveMethodSummary.Node |
read(java.util.StringTokenizer st)
|
boolean |
removeEdge(jq_Field m,
PrimitiveMethodSummary.Node n)
Remove the given successor node on the given field from the inside edge set. |
java.lang.String |
toString_long()
Return a string representation of the node in long form. |
java.lang.String |
toString_short()
Return a string representation of the node in short form. |
void |
write(jwutil.io.Textualizer t)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final boolean ADD_EDGES
| Method Detail |
|---|
public static java.util.Collection getAll()
public static PrimitiveMethodSummary.ConcreteObjectNode get(Operand.AConstOperand op,
ProgramLocation q)
public static PrimitiveMethodSummary.ConcreteObjectNode get(jq_Field f,
java.lang.Object o)
public ProgramLocation getLocation()
getLocation in interface PrimitiveMethodSummary.HeapObjectpublic final PrimitiveMethodSummary.Node copy()
PrimitiveMethodSummary.Node
copy in class PrimitiveMethodSummary.Nodepublic jq_Method getDefiningMethod()
PrimitiveMethodSummary.Node
getDefiningMethod in class PrimitiveMethodSummary.Nodepublic jq_Type getDeclaredType()
PrimitiveMethodSummary.Node
getDeclaredType in interface PrimitiveMethodSummary.HeapObjectgetDeclaredType in class PrimitiveMethodSummary.Nodepublic java.lang.String toString_long()
PrimitiveMethodSummary.Node
toString_long in class PrimitiveMethodSummary.Nodepublic java.lang.String toString_short()
PrimitiveMethodSummary.Node
toString_short in class PrimitiveMethodSummary.Nodepublic java.util.Set getNonEscapingEdgeFields()
PrimitiveMethodSummary.Node
getNonEscapingEdgeFields in class PrimitiveMethodSummary.Nodepublic java.util.Set getEdges()
public boolean hasNonEscapingEdge(jq_Field m,
PrimitiveMethodSummary.Node n)
hasNonEscapingEdge in class PrimitiveMethodSummary.Nodepublic boolean hasEdges()
public boolean removeEdge(jq_Field m,
PrimitiveMethodSummary.Node n)
PrimitiveMethodSummary.Node
removeEdge in class PrimitiveMethodSummary.Node
public void write(jwutil.io.Textualizer t)
throws java.io.IOException
write in interface jwutil.io.Textualizablewrite in class PrimitiveMethodSummary.Nodejava.io.IOExceptionpublic static PrimitiveMethodSummary.Node read(java.util.StringTokenizer st)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||