net.jangaroo.jooc.ast
Class ApplyExpr
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Expr
net.jangaroo.jooc.ast.ApplyExpr
- All Implemented Interfaces:
- AstNode
public class ApplyExpr
- extends Expr
- Author:
- Andreas Gawecki, Frank Wienberg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplyExpr
public ApplyExpr(Expr fun,
JooSymbol lParen,
CommaSeparatedList<Expr> args,
JooSymbol rParen)
getChildren
public List<? extends AstNode> getChildren()
- Specified by:
getChildren in interface AstNode- Overrides:
getChildren in class NodeImplBase
visit
public void visit(AstVisitor visitor)
throws IOException
- Throws:
IOException
isInsideNewExpr
public boolean isInsideNewExpr()
setInsideNewExpr
public void setInsideNewExpr(boolean insideNewExpr)
scope
public void scope(Scope scope)
isTypeCast
public boolean isTypeCast()
analyze
public void analyze(AstNode parentNode)
- Specified by:
analyze in interface AstNode- Overrides:
analyze in class NodeImplBase
getSymbol
public JooSymbol getSymbol()
getFun
public Expr getFun()
getArgs
public ParenthesizedExpr<CommaSeparatedList<Expr>> getArgs()
Copyright © 2002–2014 CoreMedia AG. All rights reserved.