Uses of Class
koala.dynamicjava.tree.PrimaryExpression

Packages that use PrimaryExpression
koala.dynamicjava.tree   
 

Uses of PrimaryExpression in koala.dynamicjava.tree
 

Subclasses of PrimaryExpression in koala.dynamicjava.tree
 class AmbiguousName
          This class represents the qualified name nodes of the syntax tree
 class AnonymousAllocation
          This class represents the anonymous class allocation nodes of the syntax tree.
 class AnonymousInnerAllocation
          This class represents the anonymous allocation nodes that extend an inner class.
 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 ConstructorCall
          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 InnerAllocation
          This class represents the *inner class* 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
          An abstract parent for all method calls.
 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 SimpleAllocation
          This class represents the regular allocation nodes of the syntax tree.
 class SimpleFieldAccess
          Represents an unqualified field access.
 class SimpleMethodCall
          This class represents the function call 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
 class VariableAccess