All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----epp.Macro
|
+----epp.TypeNameChecker
TypeNameChecker class is the super class of all classes of
TypeNameChecker objects.
The TypeNameChecker object determines what type the
abstract syntax tree that expresses types such as "Object[]" actually
expresses, within the type checking pass.
The usage of TypeNameChecker is the same as
TypeChecker, and converts the Tree that was
specified as an argument to the method call into a
Tree with type information.
public TypeNameChecker()
public abstract Tree call(Tree tree)
public static Tree typeNameCheckTree(Tree tree)
public static void checkArgsLength(Tree tree,
int argc)
All Packages Class Hierarchy This Package Previous Next Index