| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2 | The parser API. | 
| oracle.javatools.parser.java.v2.util | Various utilities for use with the parser. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract SourceLiteralExpression | SourceFactory. createLiteralExpression(java.lang.Object object)Create a literal expression from an incoming Object representing
 a literal constant. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SourceVisitor. whenEnterLiteralExpression(SourceLiteralExpression sourceLiteralExpression) | 
| void | SourceVisitor. whenExitLiteralExpression(SourceLiteralExpression sourceLiteralExpression) |