public class MethodData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Map<Label,org.objectweb.asm.Label> |
labelMap |
IRBytecodeAdapter |
method |
java.util.Map<java.lang.String,java.lang.Integer> |
varMap |
Constructor and Description |
---|
MethodData(SkinnyMethodAdapter method,
int arity) |
public IRBytecodeAdapter method
public java.util.Map<java.lang.String,java.lang.Integer> varMap
public java.util.Map<Label,org.objectweb.asm.Label> labelMap
public MethodData(SkinnyMethodAdapter method, int arity)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.