Class TranslatorToCAst.TryCatchContext<C extends TranslatorToCAst.WalkContext<C,T>,T>
java.lang.Object
com.ibm.wala.cast.ir.translator.TranslatorToCAst.TryCatchContext<C,T>
- All Implemented Interfaces:
TranslatorToCAst.WalkContext<C,
T>
- Enclosing interface:
TranslatorToCAst
public static class TranslatorToCAst.TryCatchContext<C extends TranslatorToCAst.WalkContext<C,T>,T>
extends Object
implements TranslatorToCAst.WalkContext<C,T>
-
Constructor Summary
ModifierConstructorDescriptionprotected
TryCatchContext
(C parent, CAstNode catchNode) protected
TryCatchContext
(C parent, Map<String, CAstNode> catchNode) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ibm.wala.cast.ir.translator.TranslatorToCAst.WalkContext
addNameDecl, addScopedEntity, cfg, getBreakFor, getContinueFor, getNameDecls, getNodeTypeMap, getScopedEntities, pos, top
-
Constructor Details
-
TryCatchContext
-
TryCatchContext
-
-
Method Details
-
getCatchTarget
- Specified by:
getCatchTarget
in interfaceTranslatorToCAst.WalkContext<C extends TranslatorToCAst.WalkContext<C,
T>, T>
-
getCatchTarget
- Specified by:
getCatchTarget
in interfaceTranslatorToCAst.WalkContext<C extends TranslatorToCAst.WalkContext<C,
T>, T>
-
getParent
- Specified by:
getParent
in interfaceTranslatorToCAst.WalkContext<C extends TranslatorToCAst.WalkContext<C,
T>, T>
-