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, isRootclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRootpublic static IntegerLiteral of(int value)
IntegerLiteral from an integervalue - contentIntegerLiteralpublic int getValue()
IntegerLiteralpublic void accept(ValueExpressionVisitor visitor)
ValueExpressionvisitor - visitor to acceptCopyright © 2018–2019. All rights reserved.