org.jruby.compiler.impl
Class StandardASMCompiler.InvokerDescriptor
java.lang.Object
org.jruby.compiler.impl.StandardASMCompiler.InvokerDescriptor
- Enclosing class:
- StandardASMCompiler
public static class StandardASMCompiler.InvokerDescriptor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardASMCompiler.InvokerDescriptor
public StandardASMCompiler.InvokerDescriptor(java.lang.String name,
java.lang.String classname,
java.lang.String invokerName,
Arity arity,
StaticScope scope,
CallConfiguration callConfig,
java.lang.String file,
int line)
getArity
public Arity getArity()
getCallConfig
public CallConfiguration getCallConfig()
getClassname
public java.lang.String getClassname()
getFile
public java.lang.String getFile()
getInvokerName
public java.lang.String getInvokerName()
getLine
public int getLine()
getName
public java.lang.String getName()
getScope
public StaticScope getScope()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.