public class NewArrayTriggerAdapter extends RuleTriggerAdapter
Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected int |
dims |
protected String |
typeName |
protected boolean |
whenComplete |
className, superName
transformContext
Constructor and Description |
---|
NewArrayTriggerAdapter(org.objectweb.asm.ClassVisitor cv,
TransformContext transformContext,
String typeName,
int count,
int dims,
boolean whenComplete) |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.MethodVisitor |
visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
injectIntoMethod, isSuperOrSiblingConstructorCall, visit
getTransformContext, matchTargetMethod
protected String typeName
protected int count
protected int dims
protected boolean whenComplete
public NewArrayTriggerAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext, String typeName, int count, int dims, boolean whenComplete)
Copyright © 2019. All rights reserved.