Package net.jangaroo.jooc.ast
Class ClassBody
- java.lang.Object
-
- net.jangaroo.jooc.ast.NodeImplBase
-
- net.jangaroo.jooc.ast.Directive
-
- net.jangaroo.jooc.ast.Statement
-
- net.jangaroo.jooc.ast.AbstractBlock
-
- 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
-
-
Field Summary
-
Fields inherited from class net.jangaroo.jooc.ast.NodeImplBase
usesInstanceThis
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidscope(Scope staticScope, Scope instanceScope)voidvisit(AstVisitor visitor)-
Methods inherited from class net.jangaroo.jooc.ast.AbstractBlock
analyze, 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, isAssignmentLHS, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScope
-
-
-
-
Method Detail
-
visit
public void visit(AstVisitor visitor) throws IOException
- Throws:
IOException
-
-