Package jparse

Provides the main classes that parse and evaluate Java programs.

See:
          Description

Interface Summary
Constructor Information on a Java constructor.
HasExceptions An interface indicating that the object represents an exception-throwing Java entity
JavaTokenTypes  
Method Information on a Java method.
 

Class Summary
CompileContext Information about the compilation context so that individual AST nodes can set up needed values
CompiledConstructor Information on a Java constructor defined in a Java class file
CompiledMethod Information on a Java method defined in a Java class file
CompiledType Information on a Java type defined in a Java class file.
ConstrAST An AST node that represents a constructor definition
FileAST An AST node that represents the contents of a file
JavaAST An AST node that is a superclass for all Java AST types.
JavaLexer  
JavaParser A Java 1.2 parser.
LineReader A file reader that can give you a numbered line as a string.
MethAST An AST node that represents a method definition
ModifierAST An AST node that represents a (possibly empty) set of modifiers
ParameterAST An AST node that represents a formal parameter
SourceType Information on a Java type defined in a Java source file.
SymbolTable A mapping from names to definitions of those names (AST nodes)
Type Information on a Java type.
TypeAST An AST node that represents a type.
VarList A list of variables whose values are read by an expression or statement, whose values are written by an expression or statement, or which are declared by a statement
 

Package jparse Description

Provides the main classes that parse and evaluate Java programs.