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