public class MethodData extends Object
Modifier and Type | Field and Description |
---|---|
Map<Label,org.objectweb.asm.Label> |
labelMap |
IRBytecodeAdapter |
method |
Map<String,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(String newName) |
int |
local(String newName,
org.objectweb.asm.Type type) |
int |
local(Variable variable) |
public IRBytecodeAdapter method
public MethodData(SkinnyMethodAdapter method, int arity)
Copyright © 2001–2016 JRuby. All rights reserved.