| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.Analysis.FlowInsensitive.MethodSummary.Node
joeq.Compiler.Analysis.FlowInsensitive.MethodSummary.ConcreteObjectNode
public static final class MethodSummary.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.FlowInsensitive.MethodSummary.Node | 
|---|
accessPathEdges, addedEdges, id, passedParameters, predecessors, TRACK_REASONS | 
| Method Summary | |
|---|---|
 MethodSummary.Node | 
copy()
Return a shallow copy of this node.  | 
static MethodSummary.ConcreteObjectNode | 
get(jq_Field f,
    Object o)
 | 
static MethodSummary.ConcreteObjectNode | 
get(Operand.AConstOperand op,
    ProgramLocation q)
 | 
static Collection | 
getAll()
 | 
 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.  | 
 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,
                   MethodSummary.Node n)
 | 
static MethodSummary.Node | 
read(StringTokenizer st)
 | 
 boolean | 
removeEdge(jq_Field m,
           MethodSummary.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 MethodSummary.ConcreteObjectNode get(Operand.AConstOperand op,
                                                   ProgramLocation q)
public static MethodSummary.ConcreteObjectNode get(jq_Field f,
                                                   Object o)
public ProgramLocation getLocation()
getLocation in interface MethodSummary.HeapObjectpublic final MethodSummary.Node copy()
MethodSummary.Node
copy in class MethodSummary.Nodepublic jq_Method getDefiningMethod()
MethodSummary.Node
getDefiningMethod in class MethodSummary.Nodepublic jq_Reference getDeclaredType()
MethodSummary.Node
getDeclaredType in interface MethodSummary.HeapObjectgetDeclaredType in class MethodSummary.Nodepublic String toString_long()
MethodSummary.Node
toString_long in class MethodSummary.Nodepublic String toString_short()
MethodSummary.Node
toString_short in class MethodSummary.Nodepublic Set getNonEscapingEdgeFields()
MethodSummary.Node
getNonEscapingEdgeFields in class MethodSummary.Nodepublic Set getEdges()
public boolean hasNonEscapingEdge(jq_Field m,
                                  MethodSummary.Node n)
hasNonEscapingEdge in class MethodSummary.Nodepublic boolean hasEdges()
public boolean removeEdge(jq_Field m,
                          MethodSummary.Node n)
MethodSummary.Node
removeEdge in class MethodSummary.Node
public void write(jwutil.io.Textualizer t)
           throws IOException
write in interface jwutil.io.Textualizablewrite in class MethodSummary.NodeIOExceptionpublic static MethodSummary.Node read(StringTokenizer st)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||