Constructors in org.jruby.compiler.impl with parameters of type StandardASMCompiler |
BaseBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String methodName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope)
|
ChainedChildBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String methodName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope,
ChildScopedBodyCompiler parent)
|
ChainedChildBodyCompiler19(StandardASMCompiler scriptCompiler,
java.lang.String methodName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope,
ChildScopedBodyCompiler parent)
|
ChainedRootBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String methodName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope,
RootScopedBodyCompiler parent)
|
ChildScopedBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String closureMethodName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope)
|
ChildScopedBodyCompiler19(StandardASMCompiler scriptCompiler,
java.lang.String closureMethodName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope)
|
ClassBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String friendlyName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope)
|
InheritedCacheCompiler(StandardASMCompiler scriptCompiler)
|
MethodBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String rubyName,
java.lang.String javaName,
ASTInspector inspector,
StaticScope scope)
|
RootScopedBodyCompiler(StandardASMCompiler scriptCompiler,
java.lang.String friendlyName,
java.lang.String rubyName,
ASTInspector inspector,
StaticScope scope)
|