|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object joeq.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 |
---|
accessPathEdges, addedEdges, id, passedParameters, predecessors, TRACK_REASONS |
Method Summary | |
---|---|
PrimitiveMethodSummary.Node |
copy()
Return a shallow copy of this node. |
static PrimitiveMethodSummary.ConcreteObjectNode |
get(jq_Field f,
Object o)
|
static PrimitiveMethodSummary.ConcreteObjectNode |
get(Operand.AConstOperand op,
ProgramLocation q)
|
static 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. |
Set |
getEdges()
|
ProgramLocation |
getLocation()
|
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(StringTokenizer st)
|
boolean |
removeEdge(jq_Field m,
PrimitiveMethodSummary.Node n)
Remove the given successor node on the given field from the inside edge set. |
String |
toString_long()
Return a string representation of the node in long form. |
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 |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final boolean ADD_EDGES
Method Detail |
---|
public static Collection getAll()
public static PrimitiveMethodSummary.ConcreteObjectNode get(Operand.AConstOperand op, ProgramLocation q)
public static PrimitiveMethodSummary.ConcreteObjectNode get(jq_Field f, Object o)
public ProgramLocation getLocation()
getLocation
in interface PrimitiveMethodSummary.HeapObject
public final PrimitiveMethodSummary.Node copy()
PrimitiveMethodSummary.Node
copy
in class PrimitiveMethodSummary.Node
public jq_Method getDefiningMethod()
PrimitiveMethodSummary.Node
getDefiningMethod
in class PrimitiveMethodSummary.Node
public jq_Type getDeclaredType()
PrimitiveMethodSummary.Node
getDeclaredType
in interface PrimitiveMethodSummary.HeapObject
getDeclaredType
in class PrimitiveMethodSummary.Node
public String toString_long()
PrimitiveMethodSummary.Node
toString_long
in class PrimitiveMethodSummary.Node
public String toString_short()
PrimitiveMethodSummary.Node
toString_short
in class PrimitiveMethodSummary.Node
public Set getNonEscapingEdgeFields()
PrimitiveMethodSummary.Node
getNonEscapingEdgeFields
in class PrimitiveMethodSummary.Node
public Set getEdges()
public boolean hasNonEscapingEdge(jq_Field m, PrimitiveMethodSummary.Node n)
hasNonEscapingEdge
in class PrimitiveMethodSummary.Node
public 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 IOException
write
in interface jwutil.io.Textualizable
write
in class PrimitiveMethodSummary.Node
IOException
public static PrimitiveMethodSummary.Node read(StringTokenizer st)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |