net.jangaroo.jooc.ast
Class BreakStatement
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
net.jangaroo.jooc.ast.LabelRefStatement
net.jangaroo.jooc.ast.BreakStatement
- All Implemented Interfaces:
- AstNode, CodeGenerator
public class BreakStatement
- extends LabelRefStatement
- Author:
- Andreas Gawecki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BreakStatement
public BreakStatement(JooSymbol symBreak,
Ide optIde,
JooSymbol symSemicolon)
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-2011 CoreMedia AG. All Rights Reserved.