public static class TranslatorToCAst.DelegatingContext<C extends TranslatorToCAst.WalkContext<C,T>,T> extends java.lang.Object implements TranslatorToCAst.WalkContext<C,T>
| Modifier | Constructor and Description |
|---|---|
protected |
DelegatingContext(C parent) |
| Modifier and Type | Method and Description |
|---|---|
TranslatorToCAst.WalkContext<C,T> |
getParent() |
T |
top() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddNameDecl, addScopedEntity, cfg, getBreakFor, getCatchTarget, getCatchTarget, getContinueFor, getNameDecls, getNodeTypeMap, getScopedEntities, posprotected final C extends TranslatorToCAst.WalkContext<C,T> parent
protected DelegatingContext(C parent)
public T top()
top in interface TranslatorToCAst.WalkContext<C extends TranslatorToCAst.WalkContext<C,T>,T>public TranslatorToCAst.WalkContext<C,T> getParent()
getParent in interface TranslatorToCAst.WalkContext<C extends TranslatorToCAst.WalkContext<C,T>,T>