public class VariableSlotLoader extends BytecodeExpression
NOPEMPTY_ARRAYDOC_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, visitgetType, setType, transformExpressions, transformExpressionsaddAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, getGroovydoc, getInstance, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSyntheticcopyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, getText, hashCode, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setMetaDataMap, setSourcePositionclone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcopyNodeMetaData, getNodeMetaData, getNodeMetaData, getNodeMetaData, putNodeMetaData, removeNodeMetaData, setNodeMetaDatapublic VariableSlotLoader(ClassNode type, int index, OperandStack os)
public VariableSlotLoader(int index,
OperandStack os)
public void visit(org.objectweb.asm.MethodVisitor mv)
visit in class BytecodeExpressionpublic int getIndex()