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) |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.Label |
getLabel(Label label) |
int |
local(java.lang.String newName) |
int |
local(java.lang.String newName,
Type type) |
int |
local(Variable variable) |
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.