Uses of Class
koala.dynamicjava.tree.ImportDeclaration

Packages that use ImportDeclaration
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
koala.dynamicjava.parser Provides the classes that compose the default parser for the language. 
koala.dynamicjava.tree.visitor Contains interfaces and classes for traversing the syntax tree. 
koala.dynamicjava.util Contains miscellaneous utility classes. 
 

Uses of ImportDeclaration in koala.dynamicjava.interpreter
 

Methods in koala.dynamicjava.interpreter with parameters of type ImportDeclaration
 java.lang.Object TypeChecker.visit(ImportDeclaration node)
          Visits an ImportDeclaration
 java.lang.Object TreeCompiler.CompilationUnitVisitor.visit(ImportDeclaration node)
          Visits an ImportDeclaration
 java.lang.Object NameVisitor.visit(ImportDeclaration node)
          Declares the package or class importation in the context
 

Uses of ImportDeclaration in koala.dynamicjava.parser
 

Methods in koala.dynamicjava.parser that return ImportDeclaration
 ImportDeclaration Parser.importDeclaration()
          Parses an import declaration
 

Uses of ImportDeclaration in koala.dynamicjava.tree.visitor
 

Methods in koala.dynamicjava.tree.visitor with parameters of type ImportDeclaration
 java.lang.Object VisitorObject.visit(ImportDeclaration node)
          Visits an ImportDeclaration
 java.lang.Object Visitor.visit(ImportDeclaration node)
          Visits an ImportDeclaration
 

Uses of ImportDeclaration in koala.dynamicjava.util
 

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



Copyright © 2001 Stephane Hillion. All Rights Reserved.