public static class TranslatorToCAst.BreakContext<C extends TranslatorToCAst.WalkContext<C,T>,T> extends TranslatorToCAst.DelegatingContext<C,T>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
label |
parent| Modifier | Constructor and Description |
|---|---|
protected |
BreakContext(C parent,
T breakTarget,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
T |
getBreakFor(java.lang.String l)
for a 'break' style goto, return the control flow target
|
getParent, topclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddNameDecl, addScopedEntity, cfg, getCatchTarget, getCatchTarget, getContinueFor, getNameDecls, getNodeTypeMap, getScopedEntities, pospublic T getBreakFor(java.lang.String l)
TranslatorToCAst.WalkContext