
public class JNullLiteral extends JValueLiteral
| Modifier and Type | Field and Description |
|---|---|
static JNullLiteral |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
JType |
getType()
Returns the type of this expression.
|
Object |
getValueObj() |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
hasSideEffectsmakeReturnStatement, makeStatementgetSourceInfo, setSourceInfo, toSource, toStringpublic static final JNullLiteral INSTANCE
public JType getType()
HasTypepublic Object getValueObj()
getValueObj in class JValueLiteralCopyright © 2018. All rights reserved.