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.
|
accept
accept, accept, acceptChildren, print, printCore, toString, toStringCore
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
acceptChildren, print, printCore, toString, toStringCore
public static VoidType construct()
public void accept(ASTVisitor visitor)
accept
in interface AST
accept
in class PrimitiveType
visitor
- the visitor who is accepted by this node.