|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jeffpalm.scoping.compiler.ast.Node
com.jeffpalm.scoping.compiler.ast.Statement
com.jeffpalm.scoping.compiler.ast.Expression
com.jeffpalm.scoping.compiler.ast.ExplicitConstructorCall
public abstract class ExplicitConstructorCall
| Nested Class Summary | |
|---|---|
static class |
ExplicitConstructorCall.Super
|
static class |
ExplicitConstructorCall.This
|
| Field Summary | |
|---|---|
Arguments |
arguments
|
| Fields inherited from class com.jeffpalm.scoping.compiler.ast.Node |
|---|
pos |
| Constructor Summary | |
|---|---|
protected |
ExplicitConstructorCall(Pos pos,
Arguments arguments)
|
| Method Summary | |
|---|---|
abstract boolean |
isSuper()
|
void |
traverse(IVisitor vis)
|
| Methods inherited from class com.jeffpalm.scoping.compiler.ast.Node |
|---|
toString, typeString, whatToPrint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Arguments arguments
| Constructor Detail |
|---|
protected ExplicitConstructorCall(Pos pos,
Arguments arguments)
| Method Detail |
|---|
public abstract boolean isSuper()
public final void traverse(IVisitor vis)
traverse in class Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||