|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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.InstanceofExpression
public final class InstanceofExpression
Field Summary | |
---|---|
Expression |
left
|
TypeReference |
type
|
Fields inherited from class com.jeffpalm.scoping.compiler.ast.Node |
---|
pos |
Method Summary | |
---|---|
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 Expression left
public final TypeReference type
Method Detail |
---|
public void traverse(IVisitor vis)
traverse
in class Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |