Uses of Class
koala.dynamicjava.tree.UnaryExpression

Packages that use UnaryExpression
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
koala.dynamicjava.tree Provides classes and interfaces for producing an abstract syntax tree. 
 

Uses of UnaryExpression in koala.dynamicjava.interpreter
 

Methods in koala.dynamicjava.interpreter with parameters of type UnaryExpression
protected  void ClassInfoCompiler.ConstructorVisitor.visitUnaryExpression(UnaryExpression node)
          Visits the subexpression of an UnaryExpression
protected  void ClassInfoCompiler.ConstructorVisitor.visitUnaryOperation(UnaryExpression node, java.lang.String s)
          Visits an unary operation
 

Uses of UnaryExpression in koala.dynamicjava.tree
 

Subclasses of UnaryExpression in koala.dynamicjava.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 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 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
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.