Uses of Class
koala.dynamicjava.tree.ConstructorCall

Packages that use ConstructorCall
edu.rice.cs.dynamicjava.interpreter   
koala.dynamicjava.tree   
koala.dynamicjava.tree.visitor Contains interfaces and classes for traversing the syntax tree. 
koala.dynamicjava.util Contains miscellaneous utility classes. 
 

Uses of ConstructorCall in edu.rice.cs.dynamicjava.interpreter
 

Methods in edu.rice.cs.dynamicjava.interpreter with parameters of type ConstructorCall
 void ExpressionChecker.checkConstructorCall(ConstructorCall node)
          Handle a valid constructor call: one that appears as the first line of a constructor.
 

Uses of ConstructorCall in koala.dynamicjava.tree
 

Methods in koala.dynamicjava.tree that return ConstructorCall
 ConstructorCall ConstructorDeclaration.getConstructorCall()
          The explicit constructor invocation if one or null
 

Methods in koala.dynamicjava.tree with parameters of type ConstructorCall
 void ConstructorDeclaration.setConstructorCall(ConstructorCall ci)
          Sets the constructor invocation
 

Constructors in koala.dynamicjava.tree with parameters of type ConstructorCall
ConstructorDeclaration(ModifierSet mods, Option<List<TypeParameter>> tparams, String name, List<FormalParameter> params, List<? extends ReferenceTypeName> excepts, ConstructorCall eci, List<Node> stmts)
          Creates a new method declaration
ConstructorDeclaration(ModifierSet mods, Option<List<TypeParameter>> tparams, String name, List<FormalParameter> params, List<? extends ReferenceTypeName> excepts, ConstructorCall eci, List<Node> stmts, SourceInfo si)
          Creates a new method declaration
ConstructorDeclaration(ModifierSet mods, String name, List<FormalParameter> params, List<? extends ReferenceTypeName> excepts, ConstructorCall eci, List<Node> stmts)
          Creates a new method declaration
ConstructorDeclaration(ModifierSet mods, String name, List<FormalParameter> params, List<? extends ReferenceTypeName> excepts, ConstructorCall eci, List<Node> stmts, SourceInfo si)
          Creates a new method declaration
 

Uses of ConstructorCall in koala.dynamicjava.tree.visitor
 

Methods in koala.dynamicjava.tree.visitor with parameters of type ConstructorCall
 Void DepthFirstVisitor.visit(ConstructorCall node)
           
 T AbstractVisitor.visit(ConstructorCall node)
          Visits a ConstructorCall
 T Visitor.visit(ConstructorCall node)
           
 

Uses of ConstructorCall in koala.dynamicjava.util
 

Methods in koala.dynamicjava.util with parameters of type ConstructorCall
 Void DisplayVisitor.visit(ConstructorCall node)
          Visits a ConstructorCall