Package cool.taomu.framework.utils.asm
Class BytecodeUtils.Variable
- java.lang.Object
-
- cool.taomu.framework.utils.asm.BytecodeUtils.Variable
-
- Enclosing class:
- BytecodeUtils
@Accessors public static final class BytecodeUtils.Variable extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Variable(java.lang.Integer index, org.objectweb.asm.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetIndex()org.objectweb.asm.TypegetType()voidsetIndex(java.lang.Integer index)voidsetType(org.objectweb.asm.Type type)
-