public class ExitCheckAdapter extends RuleCheckAdapter
Modifier and Type | Class and Description |
---|---|
private class |
ExitCheckAdapter.ExitCheckMethodAdapter
a method visitor used to add a rule event trigger call to a method
|
Modifier and Type | Field and Description |
---|---|
private java.util.Vector<Label> |
earlyReturnHandlers
table used to track which returns have been added because of exception handling code
|
Constructor and Description |
---|
ExitCheckAdapter(ClassVisitor cv,
TransformContext transformContext) |
Modifier and Type | Method and Description |
---|---|
MethodVisitor |
visitMethod(int access,
java.lang.String name,
java.lang.String desc,
java.lang.String signature,
java.lang.String[] exceptions) |
isVisited, isVisitOk, setVisited, setVisitOk
getTransformContext, matchTargetMethod
private java.util.Vector<Label> earlyReturnHandlers
public ExitCheckAdapter(ClassVisitor cv, TransformContext transformContext)