public class ScopedExpression extends JavaNode implements Expression
| Constructor and Description |
|---|
ScopedExpression() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionInScope |
getExpression() |
Expression |
getScope() |
void |
setExpression(ExpressionInScope expression) |
void |
setScope(Expression scope) |
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 ExpressionInScope getExpression()
public Expression getScope()
public void setExpression(ExpressionInScope expression)
public void setScope(Expression scope)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.