Package | Description |
---|---|
com.github.javaparser.ast.expr |
Modifier and Type | Class | Description |
---|---|---|
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 |
StringLiteralExpr |
A literal string.
|
Modifier and Type | Method | Description |
---|---|---|
LiteralStringValueExpr |
LiteralStringValueExpr.clone() |
|
LiteralStringValueExpr |
LiteralStringValueExpr.setValue(String value) |
Copyright © 2007–2019. All rights reserved.