net.jangaroo.jooc.ast
Class BlockStatement

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.AbstractBlock
                  extended by net.jangaroo.jooc.ast.BlockStatement
All Implemented Interfaces:
AstNode

public class BlockStatement
extends AbstractBlock

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
BlockStatement(JooSymbol lBrace, List<Directive> directives, JooSymbol rBrace)
           
 
Method Summary
 void checkSuperConstructorCall()
           
 void visit(AstVisitor visitor)
           
 
Methods inherited from class net.jangaroo.jooc.ast.AbstractBlock
addBlockStartCodeGenerator, analyze, getBlockStartCodeGenerators, getChildren, getDirectives, getLBrace, getRBrace, getSymbol, scope
 
Methods inherited from class net.jangaroo.jooc.ast.Directive
isClassMember, isStatic, setClassMember
 
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockStatement

public BlockStatement(JooSymbol lBrace,
                      List<Directive> directives,
                      JooSymbol rBrace)
Method Detail

visit

public void visit(AstVisitor visitor)
           throws IOException
Throws:
IOException

checkSuperConstructorCall

public void checkSuperConstructorCall()


Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.