|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object joeq.Compiler.Analysis.FlowInsensitive.MethodSummary.Node joeq.Compiler.Analysis.FlowInsensitive.MethodSummary.ConcreteTypeNode
public static final class MethodSummary.ConcreteTypeNode
A ConcreteTypeNode refers to an object with a concrete type. This is the result of a 'new' operation or a constant object. It is tied to the quad that created it, so nodes of the same type but from different quads are not equal.
Field Summary |
---|
Fields inherited from class joeq.Compiler.Analysis.FlowInsensitive.MethodSummary.Node |
---|
accessPathEdges, addedEdges, id, passedParameters, predecessors, TRACK_REASONS |
Method Summary | |
---|---|
MethodSummary.Node |
copy()
Return a shallow copy of this node. |
static MethodSummary.ConcreteTypeNode |
get(jq_Reference type)
|
static MethodSummary.ConcreteTypeNode |
get(jq_Reference type,
ProgramLocation q)
|
static MethodSummary.ConcreteTypeNode |
get(jq_Reference type,
ProgramLocation q,
Integer opn)
|
jq_Reference |
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. |
ProgramLocation |
getLocation()
|
static MethodSummary.ConcreteTypeNode |
read(StringTokenizer st)
|
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 |
Method Detail |
---|
public static MethodSummary.ConcreteTypeNode get(jq_Reference type)
public final MethodSummary.Node copy()
MethodSummary.Node
copy
in class MethodSummary.Node
public static MethodSummary.ConcreteTypeNode get(jq_Reference type, ProgramLocation q)
public static MethodSummary.ConcreteTypeNode get(jq_Reference type, ProgramLocation q, Integer opn)
public ProgramLocation getLocation()
getLocation
in interface MethodSummary.HeapObject
public jq_Method getDefiningMethod()
MethodSummary.Node
getDefiningMethod
in class MethodSummary.Node
public jq_Reference getDeclaredType()
MethodSummary.Node
getDeclaredType
in interface MethodSummary.HeapObject
getDeclaredType
in class MethodSummary.Node
public String toString_long()
MethodSummary.Node
toString_long
in class MethodSummary.Node
public String toString_short()
MethodSummary.Node
toString_short
in class MethodSummary.Node
public void write(jwutil.io.Textualizer t) throws IOException
write
in interface jwutil.io.Textualizable
write
in class MethodSummary.Node
IOException
public static MethodSummary.ConcreteTypeNode read(StringTokenizer st)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |