| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2.model.expression | 
 The parser model API for expressions. 
 | 
| oracle.javatools.parser.java.v2.scanner | 
 The parser's scanner API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LexerLiteral | 
SourceLiteralExpression.getLiteral()  | 
| Modifier and Type | Method and Description | 
|---|---|
static LexerLiteral | 
LexerLiteral.copyConstant(LexerLiteral source)
Copy a literal constant into another literal constant. 
 | 
static LexerLiteral | 
LexerLiteral.createConstant(java.lang.Object object)
Create a literal constant from an Object, which will only work
 for certain Objects. 
 | 
static LexerLiteral | 
LexerLiteral.scanConstant(FastLexer lexer)
Use the incoming lexer to scan a literal constant. 
 | 
static LexerLiteral | 
LexerLiteral.scanConstant(LexerToken lexerToken,
            ReadTextBuffer textBuffer)
Create a literal constant based on a LexerToken identifying
 its kind and a buffer containing its value in string format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LexerLiteral | 
LexerLiteral.copyConstant(LexerLiteral source)
Copy a literal constant into another literal constant. 
 |