Package org.h2.java

A Java parser implementation.

See:
          Description

Interface Summary
Expr An expression.
Statement A statement.
 

Class Summary
ClassObj A class or interface.
JavaParser Converts Java to C.
Test A test for the Java parser.
TestApp A test application.
 

Annotation Types Summary
Ignore This annotation marks methods that are only needed for testing.
Local This annotation marks fields that are not shared and therefore don't need to be garbage collected separately.
 

Package org.h2.java Description

A Java parser implementation.