[Java] Class VariableSlotLoader
- org.codehaus.groovy.classgen.asm.VariableSlotLoader
Fields inherited from class | Fields |
---|---|
class BytecodeExpression | NOP |
Constructor Summary
Constructor and description |
---|
VariableSlotLoader
(ClassNode type, int index, OperandStack os) |
VariableSlotLoader
(int index, OperandStack os) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
int |
getIndex() | |
void |
visit(org.objectweb.asm.MethodVisitor mv) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class BytecodeExpression | transformExpression, visit, visit |
class Expression | getType, setType, transformExpression, transformExpressions, transformExpressions |
class AnnotatedNode | addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic |
class ASTNode | copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getNodeMetaData, getNodeMetaData, getText, putNodeMetaData, removeNodeMetaData, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setNodeMetaData, setSourcePosition, visit |
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public VariableSlotLoader(ClassNode type, int index, OperandStack os)
public VariableSlotLoader(int index, OperandStack os)
Method Detail
public int getIndex()
@Override public void visit(org.objectweb.asm.MethodVisitor mv)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/classgen/asm/VariableSlotLoader.html