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