public class AtomicType extends TypeBase
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
void |
accept(ASTVisitorOld visitor)
Accept visitor for a visit.
|
static AtomicType |
construct(java.lang.String name)
Construct atomic type.
|
java.lang.String |
getName()
Get type name.
|
getPosition, 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 AtomicType construct(java.lang.String name)
name - the type name.public java.lang.String getName()
public void accept(ASTVisitorOld visitor)
public void accept(ASTVisitor visitor)