|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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
public class BreakStatement
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase |
|---|
NodeImplBase.Scoped |
| Constructor Summary | |
|---|---|
BreakStatement(JooSymbol symBreak,
Ide optIde,
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 |
|---|
public BreakStatement(JooSymbol symBreak,
Ide optIde,
JooSymbol symSemicolon)
| Method Detail |
|---|
public void visit(AstVisitor visitor)
throws IOException
visit in interface AstNodevisit in class SemicolonTerminatedStatementIOExceptionprotected void checkValidLabeledStatement(LabeledStatement labelDeclaration)
checkValidLabeledStatement in class LabelRefStatement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||