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

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

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

Subclasses of MethodSummary.OutsideNode in joeq.Compiler.Analysis.FlowInsensitive
static class MethodSummary.FakeParamNode
           
static class MethodSummary.FieldNode
          A FieldNode represents the result of a 'load' instruction.
static class MethodSummary.GlobalNode
          A GlobalNode stores references to the static variables.
static class MethodSummary.ParamNode
          A ParamNode represents an incoming parameter.
static class MethodSummary.PlaceholderNode
          A PlaceholderNode is used to signify an object that is out-of-scope.
static class MethodSummary.ReturnedNode
          A ReturnedNode represents a return value or thrown exception from a method call.
static class MethodSummary.ReturnValueNode
          A ReturnValueNode represents the return value of a method call.
static class MethodSummary.ThrownExceptionNode
          A ThrownExceptionNode represents the thrown exception of a method call.
 

Fields in joeq.Compiler.Analysis.FlowInsensitive declared as MethodSummary.OutsideNode
 MethodSummary.OutsideNode MethodSummary.OutsideNode.skip
           
 



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