| Modifier and Type | Field and Description |
|---|---|
| public String | |
| pack-priv static final long | |
| public NNode |
| 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. |
| arg | back to summary |
|---|---|
| public String arg | |
| serialVersionUID | back to summary |
|---|---|
| pack-priv static final long serialVersionUID | |
| value | back to summary |
|---|---|
| public NNode value | |
| NKeyword | back to summary |
|---|---|
| public NKeyword(String arg, NNode value) | |
| NKeyword | back to summary |
|---|---|
| public NKeyword(String arg, NNode value, 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.
| |