public final class False extends BooleanLiteral
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
static False |
construct()
Construct literal.
|
java.lang.String |
getName()
Get name of constant.
|
getPosition, getPrecedence, isLeftAssociative, isRightAssociative, setPositionaccept, accept, acceptChildren, print, printCore, toString, toStringCoreequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPrecedence, isLeftAssociative, isRightAssociativegetPosition, setPositionaccept, acceptChildren, print, printCore, toString, toStringCorepublic static False construct()
public java.lang.String getName()
public void accept(ASTVisitor visitor)
accept in interface ASTaccept in class BooleanLiteralvisitor - the visitor who is accepted by this node.