Uses of Class
koala.dynamicjava.tree.Literal

Packages that use Literal
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
koala.dynamicjava.tree Provides classes and interfaces for producing an abstract syntax tree. 
koala.dynamicjava.tree.visitor Contains interfaces and classes for traversing the syntax tree. 
koala.dynamicjava.util Contains miscellaneous utility classes. 
 

Uses of Literal in koala.dynamicjava.interpreter
 

Methods in koala.dynamicjava.interpreter with parameters of type Literal
 java.lang.Object TypeChecker.visit(Literal node)
          Visits a Literal
 java.lang.Object ClassInfoCompiler.ConstructorVisitor.visit(Literal node)
          Visits a Literal
 java.lang.Object EvaluationVisitor.visit(Literal node)
          Visits a Literal
 

Uses of Literal in koala.dynamicjava.tree
 

Subclasses of Literal in koala.dynamicjava.tree
 class BooleanLiteral
          This class represents the boolean literal nodes of the syntax tree
 class CharacterLiteral
          This class represents the character literal nodes of the syntax tree
 class DoubleLiteral
          This class represents the double literal nodes of the syntax tree
 class FloatLiteral
          This class represents the float literal nodes of the syntax tree
 class IntegerLiteral
          This class represents the integer literal nodes of the syntax tree
 class LongLiteral
          This class represents the long literal nodes of the syntax tree
 class NullLiteral
          This class represents the null literal nodes of the syntax tree
 class StringLiteral
          This class represents the string literal nodes of the syntax tree
 

Uses of Literal in koala.dynamicjava.tree.visitor
 

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

Uses of Literal in koala.dynamicjava.util
 

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



Copyright © 2001 Stephane Hillion. All Rights Reserved.