Class VariableSlotLoader
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.AnnotatedNode
org.codehaus.groovy.ast.expr.Expression
org.codehaus.groovy.classgen.BytecodeExpression
org.codehaus.groovy.classgen.asm.VariableSlotLoader
-
Field Summary
Fields inherited from class BytecodeExpression
NOP -
Constructor Summary
ConstructorsConstructorDescriptionVariableSlotLoader(int index, OperandStack os) VariableSlotLoader(ClassNode type, int index, OperandStack os) -
Method Summary
Methods inherited from class BytecodeExpression
transformExpression, visitMethods inherited from class Expression
getType, setType, transformExpressions, transformExpressionsMethods inherited from class AnnotatedNode
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic
-
Constructor Details
-
VariableSlotLoader
-
VariableSlotLoader
-
-
Method Details
-
visit
public void visit(org.objectweb.asm.MethodVisitor mv) - Specified by:
visitin classBytecodeExpression
-
getIndex
public int getIndex()
-