This class checks the handling of labels in the AST
Constructor and description |
---|
LabelVerifier
(SourceUnit src) |
Type | Name and description |
---|---|
protected void |
assertNoLabelsMissed() |
protected SourceUnit |
getSourceUnit() |
void |
visitBreakStatement(BreakStatement statement) |
protected void |
visitClassCodeContainer(Statement code) |
void |
visitContinueStatement(ContinueStatement statement) |
void |
visitDoWhileLoop(DoWhileStatement loop) |
void |
visitForLoop(ForStatement forLoop) |
void |
visitStatement(Statement statement) |
void |
visitSwitch(SwitchStatement statement) |
void |
visitWhileLoop(WhileStatement loop) |
Copyright © 2003-2014 The Codehaus. All rights reserved.