| Modifier and Type | Field and Description |
|---|---|
| public NNode | |
| public NNode | |
| pack-priv static final long |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public NType | resolve(Scope s)
Overrides org. Node should set the resolved type in its |
| public String | |
| public void | visit(NNodeVisitor
the object to call with this node.
If the visitor returns v)true, the node also
passes its children to the visitor.Implements abstract org. Visits this node and optionally its children. |
| op | back to summary |
|---|---|
| public NNode op | |
| operand | back to summary |
|---|---|
| public NNode operand | |
| serialVersionUID | back to summary |
|---|---|
| pack-priv static final long serialVersionUID | |
| NUnaryOp | back to summary |
|---|---|
| public NUnaryOp(NNode op, NNode n) | |
| NUnaryOp | back to summary |
|---|---|
| public NUnaryOp(NNode op, NNode n, int start, int end) | |
| resolve | back to summary |
|---|---|
| public NType resolve(Scope s) throws Exception Overrides org. Doc from org. Node should set the resolved type in its
| |
| toString | back to summary |
|---|---|
| public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- | |
| visit | back to summary |
|---|---|
| public void visit(NNodeVisitor v) Implements abstract org. Doc from org. Visits this node and optionally its children.
| |