|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrimitiveMethodSummary.AccessPath | |
---|---|
joeq.Compiler.Analysis.Primitive |
Uses of PrimitiveMethodSummary.AccessPath in joeq.Compiler.Analysis.Primitive |
---|
Methods in joeq.Compiler.Analysis.Primitive that return PrimitiveMethodSummary.AccessPath | |
---|---|
PrimitiveMethodSummary.AccessPath |
PrimitiveMethodSummary.AccessPath.copy()
Return a copy of this (complete) access path. |
static PrimitiveMethodSummary.AccessPath |
PrimitiveMethodSummary.AccessPath.create(jq_Field f,
PrimitiveMethodSummary.Node n,
PrimitiveMethodSummary.AccessPath p)
Return an access path that is equivalent to the given access path prepended with a transition on the given field and node. |
static PrimitiveMethodSummary.AccessPath |
PrimitiveMethodSummary.AccessPath.create(PrimitiveMethodSummary.AccessPath p,
jq_Field f,
PrimitiveMethodSummary.Node n)
Return an access path that is equivalent to the given access path appended with a transition on the given field and node. |
PrimitiveMethodSummary.AccessPath |
PrimitiveMethodSummary.AccessPath.findNode(PrimitiveMethodSummary.Node n)
Find the AccessPath object that corresponds to the given node. |
Methods in joeq.Compiler.Analysis.Primitive with parameters of type PrimitiveMethodSummary.AccessPath | |
---|---|
static PrimitiveMethodSummary.AccessPath |
PrimitiveMethodSummary.AccessPath.create(jq_Field f,
PrimitiveMethodSummary.Node n,
PrimitiveMethodSummary.AccessPath p)
Return an access path that is equivalent to the given access path prepended with a transition on the given field and node. |
static PrimitiveMethodSummary.AccessPath |
PrimitiveMethodSummary.AccessPath.create(PrimitiveMethodSummary.AccessPath p,
jq_Field f,
PrimitiveMethodSummary.Node n)
Return an access path that is equivalent to the given access path appended with a transition on the given field and node. |
boolean |
PrimitiveMethodSummary.AccessPath.equals(PrimitiveMethodSummary.AccessPath that)
Returns true if this access path is equal to the given access path. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |