public class InstanceOf extends JavaNode implements Expression
| Constructor and Description |
|---|
InstanceOf() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression() |
Type |
getType() |
void |
setExpression(Expression expression) |
void |
setType(Type type) |
protected void |
visitChildren(Visitors visitors) |
getEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic Expression getExpression()
public Type getType()
public void setExpression(Expression expression)
public void setType(Type type)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.