| Package | Description |
|---|---|
| com.github.javaparser.ast.expr |
| Modifier and Type | Class and 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 |
LongLiteralExpr
All ways to specify a long literal.
|
class |
NullLiteralExpr
A literal "null".
|
class |
StringLiteralExpr
A literal string.
|
Copyright © 2007–2017. All rights reserved.