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