public final class Real0Type extends AtomicType
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
static Real0Type |
construct()
Construct the type.
|
accept, construct, getNamegetPosition, 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 Real0Type construct()
public void accept(ASTVisitor visitor)
accept in interface ASTaccept in class AtomicTypevisitor - the visitor who is accepted by this node.