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

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

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

Methods in joeq.Compiler.Analysis.FlowInsensitive that return MethodSummary.PassedParameter
static MethodSummary.PassedParameter MethodSummary.PassedParameter.read(StringTokenizer st)
           
 

Methods in joeq.Compiler.Analysis.FlowInsensitive with parameters of type MethodSummary.PassedParameter
 boolean MethodSummary.PassedParameter.equals(MethodSummary.PassedParameter that)
           
 Set MethodSummary.getNodesThatCall(MethodSummary.PassedParameter pp)
          Return the set of nodes that are passed as the given parameter.
 void MethodSummary.getNodesThatCall(MethodSummary.PassedParameter pp, Set result)
          Add all nodes that are passed as the given passed parameter to the given result set.
 boolean MethodSummary.Node.recordPassedParameter(MethodSummary.PassedParameter cm)
          Record the given passed parameter in the set for this node.
 



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