net.jangaroo.jooc.ast
Class ClassBody

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.ClassBody
All Implemented Interfaces:
AstNode

public class ClassBody
extends AbstractBlock

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
ClassBody(JooSymbol lBrace, List<Directive> directives, JooSymbol rBrace)
           
 
Method Summary
 void scope(Scope staticScope, Scope instanceScope)
           
 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

ClassBody

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

visit

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

scope

public void scope(Scope staticScope,
                  Scope instanceScope)


Copyright © 2002–2014 CoreMedia AG. All rights reserved.