Package net.jangaroo.jooc.ast
Class ContinueStatement
-
- All Implemented Interfaces:
AstNode
public class ContinueStatement extends LabelRefStatement
- 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 Constructor Description ContinueStatement(JooSymbol symContinue, Ide optLabel, JooSymbol symSemicolon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckValidLabeledStatement(LabeledStatement labelDeclaration)voidvisit(AstVisitor visitor)-
Methods inherited from class net.jangaroo.jooc.ast.LabelRefStatement
getChildren, getLabelDeclaration, getOptLabel, scope, setLabelDeclaration
-
Methods inherited from class net.jangaroo.jooc.ast.KeywordExprStatement
getOptExpr, getSymbol, getSymKeyword
-
Methods inherited from class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
analyze, getOptStatement, getOptSymSemicolon, setOptStatement, setOptSymSemicolon
-
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
- Specified by:
visitin interfaceAstNode- Overrides:
visitin classSemicolonTerminatedStatement- Throws:
IOException
-
checkValidLabeledStatement
protected void checkValidLabeledStatement(LabeledStatement labelDeclaration)
- Specified by:
checkValidLabeledStatementin classLabelRefStatement
-
-