public class ParenthesizedExpr<E extends Expr> extends Expr
NodeImplBase.Scoped| 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() |
IdeDeclaration |
getType() |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
isCompileTimeConstant, isRuntimeConstant, setTypeanalyze, getParentNode, makeChildren, scope, 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 IdeDeclaration getType()
Copyright © 2002–2015 CoreMedia AG. All rights reserved.