Uses of Class
koala.dynamicjava.tree.PrimaryExpression

Packages that use PrimaryExpression
koala.dynamicjava.tree Provides classes and interfaces for producing an abstract syntax tree. 
 

Uses of PrimaryExpression in koala.dynamicjava.tree
 

Subclasses of PrimaryExpression in koala.dynamicjava.tree
 class Allocation
          This class represents the allocation nodes of the syntax tree
 class ArrayAccess
          This class represents the array access nodes of the syntax tree
 class ArrayAllocation
          This class represents the array allocation nodes of the syntax 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 ClassAllocation
          This class represents the anonymous class allocation nodes of the syntax tree
 class ConstructorInvocation
          This class represents the constructor call nodes of the syntax tree
 class DoubleLiteral
          This class represents the double literal nodes of the syntax tree
 class FieldAccess
          This class represents the field access nodes of the syntax tree
 class FloatLiteral
          This class represents the float literal nodes of the syntax tree
 class FunctionCall
          This class represents the function call nodes of the syntax tree
 class InnerAllocation
          This class represents the inner allocation nodes of the syntax tree
 class InnerClassAllocation
          This class represents the anonymous inner classe allocation nodes of the syntax tree
 class IntegerLiteral
          This class represents the integer literal nodes of the syntax tree
 class Literal
          This class represents the literal nodes of the syntax tree
 class LongLiteral
          This class represents the long literal nodes of the syntax tree
 class MethodCall
          This class represents the method call nodes of the syntax tree
 class NullLiteral
          This class represents the null literal nodes of the syntax tree
 class ObjectFieldAccess
          This class represents the field access nodes of the syntax tree
 class ObjectMethodCall
          This class represents the method call nodes of the syntax tree
 class QualifiedName
          This class represents the qualified name nodes of the syntax tree
 class SimpleAllocation
          This class represents the allocation nodes of the syntax tree
 class StaticFieldAccess
          This class represents the field access nodes of the syntax tree
 class StaticMethodCall
          This class represents the static method call nodes of the syntax tree
 class StringLiteral
          This class represents the string literal nodes of the syntax tree
 class SuperFieldAccess
          This class represents the super field access nodes of the syntax tree
 class SuperMethodCall
          This class represents the super method call nodes of the syntax tree
 class ThisExpression
          This class represents the 'this' expression nodes of the syntax tree
 class TypeExpression
          This class represents the type expression nodes of the syntax tree
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.