public final class IntegerLiteral extends AbstractValueExpression
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ValueExpressionVisitor visitor)
Accept a visitor
|
int |
getValue()
Get the value of the
IntegerLiteral. |
static IntegerLiteral |
of(int value)
Create a new
IntegerLiteral from an integer. |
String |
toString() |
addChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRoot, isSibling, setParentpublic static IntegerLiteral of(int value)
IntegerLiteral from an integer.value - contentIntegerLiteralpublic int getValue()
IntegerLiteral.public void accept(ValueExpressionVisitor visitor)
ValueExpressionvisitor - visitor to acceptCopyright © 2018–2020. All rights reserved.