public final class VoidType extends PrimitiveType
name| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
static VoidType |
construct()
Construct the type with no values.
|
acceptaccept, accept, acceptChildren, print, printCore, toString, toStringCoreequals, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptChildren, print, printCore, toString, toStringCorepublic static VoidType construct()
public void accept(ASTVisitor visitor)
accept in interface ASTaccept in class PrimitiveTypevisitor - the visitor who is accepted by this node.