Uses of Class
koala.dynamicjava.tree.MethodCall

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

Uses of MethodCall in koala.dynamicjava.tree
 

Subclasses of MethodCall in koala.dynamicjava.tree
 class FunctionCall
          This class represents the function call nodes of the syntax tree
 class ObjectMethodCall
          This class represents the method call nodes of the syntax tree
 class StaticMethodCall
          This class represents the static method call nodes of the syntax tree
 class SuperMethodCall
          This class represents the super method call nodes of the syntax tree
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.