net.jangaroo.jooc.ast
Class KeywordStatement

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.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
 
Constructor Summary
protected KeywordStatement(JooSymbol symKeyword)
           
 
Method Summary
 JooSymbol getSymbol()
           
 JooSymbol getSymKeyword()
           
 
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, makeChildren, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.jangaroo.jooc.ast.AstNode
scope, visit
 

Constructor Detail

KeywordStatement

protected KeywordStatement(JooSymbol symKeyword)
Method Detail

getSymbol

public JooSymbol getSymbol()

getSymKeyword

public JooSymbol getSymKeyword()


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