Uses of Class
koala.dynamicjava.tree.MethodCall

Packages that use MethodCall
koala.dynamicjava.tree   
 

Uses of MethodCall in koala.dynamicjava.tree
 

Subclasses of MethodCall in koala.dynamicjava.tree
 class ObjectMethodCall
          This class represents the method call nodes of the syntax tree.
 class SimpleMethodCall
          This class represents the function 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.