Uses of Class
joeq.Compiler.Analysis.FlowInsensitive.MethodSummary.AccessPath

Packages that use MethodSummary.AccessPath
joeq.Compiler.Analysis.FlowInsensitive   
 

Uses of MethodSummary.AccessPath in joeq.Compiler.Analysis.FlowInsensitive
 

Methods in joeq.Compiler.Analysis.FlowInsensitive that return MethodSummary.AccessPath
 MethodSummary.AccessPath MethodSummary.AccessPath.copy()
          Return a copy of this (complete) access path.
static MethodSummary.AccessPath MethodSummary.AccessPath.create(jq_Field f, MethodSummary.Node n, MethodSummary.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 MethodSummary.AccessPath MethodSummary.AccessPath.create(MethodSummary.AccessPath p, jq_Field f, MethodSummary.Node n)
          Return an access path that is equivalent to the given access path appended with a transition on the given field and node.
 MethodSummary.AccessPath MethodSummary.AccessPath.findNode(MethodSummary.Node n)
          Find the AccessPath object that corresponds to the given node.
 

Methods in joeq.Compiler.Analysis.FlowInsensitive with parameters of type MethodSummary.AccessPath
static MethodSummary.AccessPath MethodSummary.AccessPath.create(jq_Field f, MethodSummary.Node n, MethodSummary.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 MethodSummary.AccessPath MethodSummary.AccessPath.create(MethodSummary.AccessPath p, jq_Field f, MethodSummary.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 MethodSummary.AccessPath.equals(MethodSummary.AccessPath that)
          Returns true if this access path is equal to the given access path.
 



Copyright © 2001-2008 John Whaley. All Rights Reserved.