Package | Description |
---|---|
com.github.javaparser.ast.expr |
Modifier and Type | Class | Description |
---|---|---|
class |
BooleanLiteralExpr |
The boolean literals.
|
class |
CharLiteralExpr |
A literal character.
|
class |
DoubleLiteralExpr |
A float or a double constant.
|
class |
IntegerLiteralExpr |
All ways to specify an int literal.
|
class |
LiteralStringValueExpr |
Any literal value that is stored internally as a String.
|
class |
LongLiteralExpr |
All ways to specify a long literal.
|
class |
NullLiteralExpr |
A literal "null".
|
class |
StringLiteralExpr |
A literal string.
|
Modifier and Type | Method | Description |
---|---|---|
LiteralExpr |
LiteralExpr.clone() |
Copyright © 2007–2019. All rights reserved.