Package de.mirkosertic.bytecoder.core.ir
Class CaughtException
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.ir.Node
-
- de.mirkosertic.bytecoder.core.ir.Value
-
- de.mirkosertic.bytecoder.core.ir.CaughtException
-
public class CaughtException extends Value
-
-
Constructor Summary
Constructors Constructor Description CaughtException(Graph owner, org.objectweb.asm.Type value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaughtExceptionstampInto(Graph target)-
Methods inherited from class de.mirkosertic.bytecoder.core.ir.Node
addIncomingData, additionalDebugInfo, hasSideSideEffect, hasSideSideEffectRecursive, isConstant, outgoingDataFlows, remapDataFlow, removeFromIncomingData, sanityCheck
-
-
-
-
Constructor Detail
-
CaughtException
CaughtException(Graph owner, org.objectweb.asm.Type value)
-
-
Method Detail
-
stampInto
public CaughtException stampInto(Graph target)
-
-