|
||||||||||
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.OutsideNode joeq.Compiler.Analysis.FlowInsensitive.MethodSummary.ReturnedNode joeq.Compiler.Analysis.FlowInsensitive.MethodSummary.ReturnValueNode
public static final class MethodSummary.ReturnValueNode
A ReturnValueNode represents the return value of a method call.
Field Summary |
---|
Fields inherited from class joeq.Compiler.Analysis.FlowInsensitive.MethodSummary.OutsideNode |
---|
skip, visited |
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.ReturnValueNode |
get(ProgramLocation m)
|
jq_Reference |
getDeclaredType()
Return the declared type of this node. |
static MethodSummary.ReturnValueNode |
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 joeq.Compiler.Analysis.FlowInsensitive.MethodSummary.ReturnedNode |
---|
getDefiningMethod, getLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static MethodSummary.ReturnValueNode get(ProgramLocation m)
public jq_Reference getDeclaredType()
MethodSummary.Node
getDeclaredType
in class MethodSummary.OutsideNode
public final MethodSummary.Node copy()
MethodSummary.Node
copy
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.ReturnValueNode read(StringTokenizer st)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |