public class ParenthesizedExpr<E extends Expr> extends Expr
NodeImplBase.ScopedusesInstanceThis| Constructor and Description |
|---|
ParenthesizedExpr(JooSymbol lParen,
E expr,
JooSymbol rParen) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
List<? extends AstNode> |
getChildren() |
E |
getExpr() |
JooSymbol |
getLParen() |
JooSymbol |
getRParen() |
JooSymbol |
getSymbol() |
boolean |
isStandAloneConstant()
Whether this expression denotes a stand-alone constant, that is, a constant
that can be derived without looking at other classes.
|
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
getType, isCompileTimeConstant, isOfAS3Type, isRuntimeConstant, setTypeanalyze, getParentNode, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScopepublic List<? extends AstNode> getChildren()
getChildren in interface AstNodegetChildren in class NodeImplBasepublic void visit(AstVisitor visitor) throws IOException
IOExceptionpublic void scope(Scope scope)
public void analyze(AstNode parentNode)
analyze in interface AstNodeanalyze in class NodeImplBasepublic JooSymbol getSymbol()
public JooSymbol getLParen()
public E getExpr()
public JooSymbol getRParen()
public boolean isStandAloneConstant()
ExprisStandAloneConstant in class ExprCopyright © 2002–2021 CoreMedia AG. All rights reserved.