Package 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
-
-
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 protectedKeywordExprStatement(JooSymbol symKeyword, Expr optExpr, JooSymbol symSemicolon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExprgetOptExpr()JooSymbolgetSymbol()JooSymbolgetSymKeyword()-
Methods inherited from class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
analyze, getChildren, getOptStatement, getOptSymSemicolon, scope, setOptStatement, setOptSymSemicolon, visit
-
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
-
-