Uses of Class
edu.rice.cs.javalanglevels.tree.ClassInstantiation

Packages that use ClassInstantiation
edu.rice.cs.javalanglevels   
edu.rice.cs.javalanglevels.tree   
 

Uses of ClassInstantiation in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type ClassInstantiation
 InstanceData ExpressionTypeChecker.classInstantiationHelper(ClassInstantiation that, SymbolData classToInstantiate)
          Visit the ClassInstantiation's arguments.
 java.lang.Void JExpressionIFPrunableDepthFirstVisitor.forClassInstantiationDoFirst(ClassInstantiation that)
           
 java.lang.Void JExpressionIFPrunableDepthFirstVisitor.forClassInstantiationOnly(ClassInstantiation that)
           
 

Uses of ClassInstantiation in edu.rice.cs.javalanglevels.tree
 

Subclasses of ClassInstantiation in edu.rice.cs.javalanglevels.tree
 class AnonymousClassInstantiation
          Class AnonymousClassInstantiation, a component of the JExpressionIF composite hierarchy.
 class ComplexAnonymousClassInstantiation
          Class ComplexAnonymousClassInstantiation, a component of the JExpressionIF composite hierarchy.
 class ComplexNamedClassInstantiation
          Class ComplexNamedClassInstantiation, a component of the JExpressionIF composite hierarchy.
 class NamedClassInstantiation
          Class NamedClassInstantiation, a component of the JExpressionIF composite hierarchy.
 class SimpleAnonymousClassInstantiation
          Class SimpleAnonymousClassInstantiation, a component of the JExpressionIF composite hierarchy.
 class SimpleNamedClassInstantiation
          Class SimpleNamedClassInstantiation, a component of the JExpressionIF composite hierarchy.
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type ClassInstantiation
 RetType JExpressionIFAbstractVisitor.forClassInstantiation(ClassInstantiation that)
           
 void JExpressionIFAbstractVisitor_void.forClassInstantiation(ClassInstantiation that)
           
 void JExpressionIFDepthFirstVisitor_void.forClassInstantiationDoFirst(ClassInstantiation that)
           
 void JExpressionIFDepthFirstVisitor_void.forClassInstantiationOnly(ClassInstantiation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forClassInstantiationOnly(ClassInstantiation that, JExpressionIF type_result, JExpressionIF arguments_result)
           
 RetType JExpressionIFDepthFirstVisitor.forClassInstantiationOnly(ClassInstantiation that, RetType type_result, RetType arguments_result)