Uses of Class
edu.rice.cs.dynamicjava.symbol.TypeSystem.FunctionInvocation

Packages that use TypeSystem.FunctionInvocation
edu.rice.cs.dynamicjava.symbol   
 

Uses of TypeSystem.FunctionInvocation in edu.rice.cs.dynamicjava.symbol
 

Subclasses of TypeSystem.FunctionInvocation in edu.rice.cs.dynamicjava.symbol
static class TypeSystem.ConstructorInvocation
          The result of a constructor lookup
static class TypeSystem.MethodInvocation
          Abstraction of the result of a static or non-static method lookup
static class TypeSystem.ObjectMethodInvocation
          The result of a non-static method lookup
static class TypeSystem.StaticMethodInvocation
          The result of a static method lookup