Uses of Interface
koala.dynamicjava.tree.ExpressionContainer

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

Uses of ExpressionContainer in koala.dynamicjava.tree
 

Classes in koala.dynamicjava.tree that implement ExpressionContainer
 class ArrayAccess
          This class represents the array access nodes of the syntax tree
 class CastExpression
          This class represents the cast expression nodes of the syntax tree
 class ComplementExpression
          This class represents the complement expression nodes of the syntax tree
 class ConstructorInvocation
          This class represents the constructor 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 InstanceOfExpression
          This class represents the instanceof expression nodes of the syntax tree
 class MinusExpression
          This class represents the minus expression nodes of the syntax tree
 class NotExpression
          This class represents the not expression 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 PlusExpression
          This class represents the plus expression nodes of the syntax tree
 class PostDecrement
          This class represents the post decrement nodes of the syntax tree
 class PostIncrement
          This class represents the post increment nodes of the syntax tree
 class PreDecrement
          This class represents the pre decrement nodes of the syntax tree
 class PreIncrement
          This class represents the pre increment nodes of the syntax tree
 class ReturnStatement
          This class represents the return statement nodes of the syntax tree
 class SwitchBlock
          This class represents the switch expression-statement bindings
 class ThrowStatement
          This class represents the throw statement nodes of the syntax tree
 class UnaryExpression
          This class represents the unary expression nodes of the syntax tree
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.