public final class LabeledStatementControlFlowContext extends ControlFlowContext
ControlFlowContext
for labeled statement nodes. This type of context
can be matched by break statements with a label.
continue statements with a label match LoopControlFlowContext
's.
goto statements match LabelScopeControlFlowContext
's.
Copyright © 2016 The Apache Software Foundation. All rights reserved.