|
||||||||||
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.CheckCastNode
public static final class MethodSummary.CheckCastNode
A CheckCastNode refers to the result of a CheckCast instruction
Field Summary |
---|
Fields inherited from class joeq.Compiler.Analysis.FlowInsensitive.MethodSummary.Node |
---|
accessPathEdges, addedEdges, id, passedParameters, predecessors, TRACK_REASONS |
Constructor Summary | |
---|---|
MethodSummary.CheckCastNode(MethodSummary.CheckCastNode that)
|
Method Summary | |
---|---|
MethodSummary.Node |
copy()
Return a shallow copy of this node. |
static MethodSummary.CheckCastNode |
get(jq_Reference dstType,
ProgramLocation q)
|
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.Node |
read(StringTokenizer st)
|
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 |
Constructor Detail |
---|
public MethodSummary.CheckCastNode(MethodSummary.CheckCastNode that)
Method Detail |
---|
public String toString_short()
MethodSummary.Node
toString_short
in class MethodSummary.Node
public static MethodSummary.CheckCastNode get(jq_Reference dstType, ProgramLocation q)
public MethodSummary.Node copy()
MethodSummary.Node
copy
in class MethodSummary.Node
public jq_Reference getDeclaredType()
MethodSummary.Node
getDeclaredType
in class MethodSummary.Node
public jq_Method getDefiningMethod()
MethodSummary.Node
getDefiningMethod
in class MethodSummary.Node
public ProgramLocation getLocation()
public void write(jwutil.io.Textualizer t) throws IOException
write
in interface jwutil.io.Textualizable
write
in class MethodSummary.Node
IOException
public static MethodSummary.Node read(StringTokenizer st)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |