public abstract class Statement extends AbstractNode
Statement.
nodeType, type| Modifier | Constructor and Description |
|---|---|
protected |
Statement(ExpressionType nodeType,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
accept(ExpressionWriter writer,
int lprec,
int rprec) |
abstract Statement |
accept(Shuttle shuttle) |
accept, accept0, equals, evaluate, getNodeType, getType, hashCode, toStringprotected Statement(ExpressionType nodeType, Type type)
final void accept(ExpressionWriter writer, int lprec, int rprec)
accept in class AbstractNodeCopyright © 2012–2021 The Apache Software Foundation. All rights reserved.