protected static class RuleMethodAdapter.LocalVar
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
desc |
org.objectweb.asm.Label |
end |
int |
index |
java.lang.String |
name |
java.lang.String |
signature |
org.objectweb.asm.Label |
start |
Constructor and Description |
---|
RuleMethodAdapter.LocalVar(java.lang.String name,
java.lang.String desc,
java.lang.String signature,
org.objectweb.asm.Label start,
org.objectweb.asm.Label end,
int index) |
Copyright © 2013. All Rights Reserved.