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