public class VariableSlotLoader extends BytecodeExpression
NOP
EMPTY_ARRAY
DOC_COMMENT
Constructor and Description |
---|
VariableSlotLoader(ClassNode type,
int index,
OperandStack os) |
VariableSlotLoader(int index,
OperandStack os) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
void |
visit(org.objectweb.asm.MethodVisitor mv) |
transformExpression, visit
getType, setType, transformExpressions, transformExpressions
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, getGroovydoc, getInstance, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic
copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, getText, hashCode, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setMetaDataMap, setSourcePosition
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
copyNodeMetaData, getNodeMetaData, getNodeMetaData, getNodeMetaData, putNodeMetaData, removeNodeMetaData, setNodeMetaData
public VariableSlotLoader(ClassNode type, int index, OperandStack os)
public VariableSlotLoader(int index, OperandStack os)
public void visit(org.objectweb.asm.MethodVisitor mv)
visit
in class BytecodeExpression
public int getIndex()