public static class StandardASMCompiler.InvokerDescriptor extends Object
Constructor and Description |
---|
StandardASMCompiler.InvokerDescriptor(String rubyName,
String javaName,
String classname,
Arity arity,
StaticScope scope,
CallConfiguration callConfig,
String file,
int line) |
Modifier and Type | Method and Description |
---|---|
Arity |
getArity() |
CallConfiguration |
getCallConfig() |
String |
getClassname() |
String |
getFile() |
String |
getInvokerName() |
String |
getJavaName() |
int |
getLine() |
String |
getRubyName() |
StaticScope |
getScope() |
public StandardASMCompiler.InvokerDescriptor(String rubyName, String javaName, String classname, Arity arity, StaticScope scope, CallConfiguration callConfig, String file, int line)
public Arity getArity()
public CallConfiguration getCallConfig()
public String getClassname()
public String getFile()
public String getInvokerName()
public int getLine()
public String getJavaName()
public StaticScope getScope()
public String getRubyName()
Copyright © 2001-2013 JRuby. All Rights Reserved.