public static class TranslatorToCAst.TryCatchContext<C extends TranslatorToCAst.WalkContext<C,T>,T> extends java.lang.Object implements TranslatorToCAst.WalkContext<C,T>
| Modifier | Constructor and Description |
|---|---|
protected |
TryCatchContext(C parent,
CAstNode catchNode) |
protected |
TryCatchContext(C parent,
java.util.Map<java.lang.String,CAstNode> catchNode) |
| Modifier and Type | Method and Description |
|---|---|
CAstNode |
getCatchTarget() |
CAstNode |
getCatchTarget(java.lang.String s) |
TranslatorToCAst.WalkContext<C,T> |
getParent() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddNameDecl, addScopedEntity, cfg, getBreakFor, getContinueFor, getNameDecls, getNodeTypeMap, getScopedEntities, pos, toppublic CAstNode getCatchTarget()
getCatchTarget in interface TranslatorToCAst.WalkContext<C extends TranslatorToCAst.WalkContext<C,T>,T>public CAstNode getCatchTarget(java.lang.String s)
getCatchTarget 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>