public class JAbsentArrayDimension extends JLiteral
Modifier and Type | Field and Description |
---|---|
static JExpression |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
JType |
getType()
Returns the type of this expression.
|
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
hasSideEffects
makeStatement
getSourceInfo, setSourceInfo, toSource, toString
public static final JExpression INSTANCE
public JType getType()
HasType
public void traverse(JVisitor visitor, Context ctx)
JVisitable
visitor
- the visitor that should traverse this nodectx
- the context of an existing traversalCopyright © 2018. All rights reserved.