public class AsmNodeHelper extends NodeHelper
| Constructor and Description |
|---|
AsmNodeHelper() |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.tree.FieldNode |
createField(int access,
String name,
String desc,
String[] signature,
Object initialValue) |
org.objectweb.asm.tree.MethodNode |
createReturnConstantMethod(String name,
int value)
Creates a Method that always returns the given value.
|
getInstance, getLineNumberOfMethodpublic org.objectweb.asm.tree.MethodNode createReturnConstantMethod(String name, int value)
NodeHelpercreateReturnConstantMethod in class NodeHelperpublic org.objectweb.asm.tree.FieldNode createField(int access,
String name,
String desc,
String[] signature,
Object initialValue)
createField in class NodeHelperCopyright © 2015. All Rights Reserved.