public class DotExpr extends PostfixOpExpr
NodeImplBase.Scoped| Constructor and Description |
|---|
DotExpr(Expr expr,
JooSymbol symDot,
Ide ide) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
List<? extends AstNode> |
getChildren() |
Ide |
getIde() |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
getSymbolgetArg, isCompileTimeConstant, isRuntimeConstantanalyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic List<? extends AstNode> getChildren()
getChildren in interface AstNodegetChildren in class UnaryOpExprpublic void visit(AstVisitor visitor) throws IOException
visit in interface AstNodevisit in class PostfixOpExprIOExceptionpublic Ide getIde()
public void scope(Scope scope)
scope in interface AstNodescope in class UnaryOpExprpublic void analyze(AstNode parentNode)
analyze in interface AstNodeanalyze in class UnaryOpExprCopyright © 2002–2015 CoreMedia AG. All rights reserved.