net.jangaroo.jooc.ast
Class DotExpr
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Expr
net.jangaroo.jooc.ast.OpExpr
net.jangaroo.jooc.ast.UnaryOpExpr
net.jangaroo.jooc.ast.PostfixOpExpr
net.jangaroo.jooc.ast.DotExpr
- All Implemented Interfaces:
- AstNode
public class DotExpr
- extends PostfixOpExpr
- Author:
- Andreas Gawecki, Frank Wienberg
| Methods inherited from class net.jangaroo.jooc.ast.OpExpr |
getOp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DotExpr
public DotExpr(Expr expr,
JooSymbol symDot,
Ide ide)
getChildren
public List<? extends AstNode> getChildren()
- Specified by:
getChildren in interface AstNode- Overrides:
getChildren in class UnaryOpExpr
visit
public void visit(AstVisitor visitor)
throws IOException
- Specified by:
visit in interface AstNode- Overrides:
visit in class PostfixOpExpr
- Throws:
IOException
getIde
public Ide getIde()
scope
public void scope(Scope scope)
- Specified by:
scope in interface AstNode- Overrides:
scope in class UnaryOpExpr
analyze
public void analyze(AstNode parentNode)
- Specified by:
analyze in interface AstNode- Overrides:
analyze in class UnaryOpExpr
Copyright © 2002–2014 CoreMedia AG. All rights reserved.