net.jangaroo.jooc.ast
Class SuperConstructorCallStatement
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Directive
net.jangaroo.jooc.ast.Statement
net.jangaroo.jooc.ast.SuperConstructorCallStatement
- All Implemented Interfaces:
- AstNode
public class SuperConstructorCallStatement
- extends Statement
- Author:
- Andreas Gawecki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuperConstructorCallStatement
public SuperConstructorCallStatement(JooSymbol symSuper,
JooSymbol lParen,
CommaSeparatedList<Expr> args,
JooSymbol rParen,
JooSymbol symSemicolon)
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
scope
public void scope(Scope scope)
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()
getSymSemicolon
public JooSymbol getSymSemicolon()
getClassDeclaration
public ClassDeclaration getClassDeclaration()
setClassDeclaration
public void setClassDeclaration(ClassDeclaration classDeclaration)
Copyright © 2002–2014 CoreMedia AG. All rights reserved.