net.jangaroo.jooc.ast
Class KeywordExprStatement
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Directive
net.jangaroo.jooc.ast.Statement
net.jangaroo.jooc.ast.SemicolonTerminatedStatement
net.jangaroo.jooc.ast.KeywordExprStatement
- All Implemented Interfaces:
- AstNode
- Direct Known Subclasses:
- LabelRefStatement, ReturnStatement, ThrowStatement
public abstract class KeywordExprStatement
- extends SemicolonTerminatedStatement
- Author:
- Andreas Gawecki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeywordExprStatement
protected KeywordExprStatement(JooSymbol symKeyword,
Expr optExpr,
JooSymbol symSemicolon)
getSymbol
public JooSymbol getSymbol()
- Specified by:
getSymbol in interface AstNode- Overrides:
getSymbol in class SemicolonTerminatedStatement
getSymKeyword
public JooSymbol getSymKeyword()
Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.