| Interface | Description |
|---|---|
| Expr |
An expression.
|
| Statement |
A statement.
|
| Class | Description |
|---|---|
| ClassObj |
A class or interface.
|
| JavaParser |
Converts Java to C.
|
| Test |
A test for the Java parser.
|
| TestApp |
A test application.
|
| Annotation Type | Description |
|---|---|
| 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.
|
A Java parser implementation.