| Modifier and Type | Field and Description |
|---|---|
| public List | |
| public NBody | |
| public NName | |
| pack-priv static final long |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| private void | |
| protected void | bindNames(Scope s)
Overrides org. Called by resolver to bind names into the passed scope. |
| public boolean | bindsName()
Overrides org. Returns |
| public boolean | |
| 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. |
| bases | back to summary |
|---|---|
| public List<NNode> bases | |
| body | back to summary |
|---|---|
| public NBody body | |
| name | back to summary |
|---|---|
| public NName name | |
| serialVersionUID | back to summary |
|---|---|
| pack-priv static final long serialVersionUID | |
| NClassDef | back to summary |
|---|---|
| public NClassDef(NName name, List<NNode> bases, NBlock body) | |
| NClassDef | back to summary |
|---|---|
| public NClassDef(NName name, List<NNode> bases, NBlock body, int start, int end) | |
| addSpecialAttribute | back to summary |
|---|---|
| private void addSpecialAttribute(String name, NType proptype) | |
| bindNames | back to summary |
|---|---|
| protected void bindNames(Scope s) throws Exception Overrides org. Doc from org. Called by resolver to bind names into the passed scope.
| |
| bindsName | back to summary |
|---|---|
| public boolean bindsName() Overrides org. Doc from org. Returns
| |
| isClassDef | back to summary |
|---|---|
| public boolean isClassDef() Overrides org.
| |
| 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.
| |