Uses of Class
koala.dynamicjava.tree.ImportDeclaration

Packages that use ImportDeclaration
edu.rice.cs.dynamicjava.interpreter   
koala.dynamicjava.parser.impl   
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 ImportDeclaration in edu.rice.cs.dynamicjava.interpreter
 

Methods in edu.rice.cs.dynamicjava.interpreter with parameters of type ImportDeclaration
 TypeContext StatementChecker.visit(ImportDeclaration node)
          Creates a new context with the given import
 StatementEvaluator.Result StatementEvaluator.visit(ImportDeclaration node)
           
 

Uses of ImportDeclaration in koala.dynamicjava.parser.impl
 

Methods in koala.dynamicjava.parser.impl that return ImportDeclaration
 ImportDeclaration Parser.importDeclaration()
           
 

Uses of ImportDeclaration in koala.dynamicjava.tree
 

Methods in koala.dynamicjava.tree that return types with arguments of type ImportDeclaration
 List<ImportDeclaration> CompilationUnit.getImports()
           
 

Constructor parameters in koala.dynamicjava.tree with type arguments of type ImportDeclaration
CompilationUnit(PackageDeclaration pkg, List<ImportDeclaration> imp, List<Node> decls)
           
CompilationUnit(PackageDeclaration pkg, List<ImportDeclaration> imp, List<Node> decls, SourceInfo si)
           
 

Uses of ImportDeclaration in koala.dynamicjava.tree.visitor
 

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

Uses of ImportDeclaration in koala.dynamicjava.util
 

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