| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
static IntLiteral |
construct(java.lang.String digits)
Construct number with denoted sequence of digits.
|
accept, getName, getType, setTypegetPosition, getPrecedence, isLeftAssociative, isRightAssociative, setPositionaccept, accept, acceptChildren, print, printCore, toString, toStringCoreequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPrecedence, isLeftAssociative, isRightAssociativegetPosition, setPositionacceptChildren, print, printCore, toString, toStringCorepublic static IntLiteral construct(java.lang.String digits)
digits - a non-empty sequence of decimal digits.public void accept(ASTVisitor visitor)