Package net.jangaroo.jooc.ast
Class KeywordStatement
- java.lang.Object
-
- net.jangaroo.jooc.ast.NodeImplBase
-
- net.jangaroo.jooc.ast.Directive
-
- net.jangaroo.jooc.ast.Statement
-
- net.jangaroo.jooc.ast.KeywordStatement
-
- All Implemented Interfaces:
AstNode
- Direct Known Subclasses:
CaseStatement,Catch,IfStatement,LoopStatement,SwitchStatement,TryStatement
public abstract class KeywordStatement extends Statement
- 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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedKeywordStatement(JooSymbol symKeyword)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JooSymbolgetSymbol()JooSymbolgetSymKeyword()-
Methods inherited from class net.jangaroo.jooc.ast.Directive
isClassMember, isStatic, setClassMember
-
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, analyze, getChildren, getParentNode, isAssignmentLHS, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScope
-
-