net.jangaroo.jooc.ast
Class ContinueStatement

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.SemicolonTerminatedStatement
                  extended by net.jangaroo.jooc.ast.KeywordExprStatement
                      extended by net.jangaroo.jooc.ast.LabelRefStatement
                          extended by net.jangaroo.jooc.ast.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
 
Constructor Summary
ContinueStatement(JooSymbol symContinue, Ide optLabel, JooSymbol symSemicolon)
           
 
Method Summary
protected  void checkValidLabeledStatement(LabeledStatement labelDeclaration)
           
 void visit(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
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, makeChildren, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinueStatement

public ContinueStatement(JooSymbol symContinue,
                         Ide optLabel,
                         JooSymbol symSemicolon)
Method Detail

visit

public void visit(AstVisitor visitor)
           throws IOException
Specified by:
visit in interface AstNode
Overrides:
visit in class SemicolonTerminatedStatement
Throws:
IOException

checkValidLabeledStatement

protected void checkValidLabeledStatement(LabeledStatement labelDeclaration)
Specified by:
checkValidLabeledStatement in class LabelRefStatement


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