net.jangaroo.jooc.ast
Class SuperConstructorCallStatement

java.lang.Object
  extended by net.jangaroo.jooc.ast.NodeImplBase
      extended by net.jangaroo.jooc.ast.Directive
          extended by net.jangaroo.jooc.ast.Statement
              extended by net.jangaroo.jooc.ast.SuperConstructorCallStatement
All Implemented Interfaces:
AstNode, CodeGenerator

public class SuperConstructorCallStatement
extends Statement

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
SuperConstructorCallStatement(JooSymbol symSuper, JooSymbol lParen, CommaSeparatedList<Expr> args, JooSymbol rParen, JooSymbol symSemicolon)
           
 
Method Summary
 void analyze(AstNode parentNode)
           
 ParenthesizedExpr<CommaSeparatedList<Expr>> getArgs()
           
 ClassDeclaration getClassDeclaration()
           
 Expr getFun()
           
 JooSymbol getSymbol()
           
 JooSymbol getSymSemicolon()
           
 void scope(Scope scope)
           
 void setClassDeclaration(ClassDeclaration classDeclaration)
           
 void visit(AstVisitor visitor)
           
 
Methods inherited from class net.jangaroo.jooc.ast.Directive
isClassMember, isStatic, setClassMember
 
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, generate, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperConstructorCallStatement

public SuperConstructorCallStatement(JooSymbol symSuper,
                                     JooSymbol lParen,
                                     CommaSeparatedList<Expr> args,
                                     JooSymbol rParen,
                                     JooSymbol symSemicolon)
Method Detail

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-2011 CoreMedia AG. All Rights Reserved.