| Package | Description |
|---|---|
| org.jruby.java.codegen |
| Modifier and Type | Method and Description |
|---|---|
static void |
RealClassGenerator.makeConcreteConstructorIROProxy(org.objectweb.asm.ClassWriter cw,
PositionAware initPosition,
RubyClass.ConcreteJavaReifier cjr)
Public access for IRubyObject constructor
|
static java.lang.String |
RealClassGenerator.makeConcreteConstructorProxy(org.objectweb.asm.ClassWriter cw,
PositionAware initPosition,
boolean hasRuby,
RubyClass.ConcreteJavaReifier cjr,
java.lang.Class[] ctorTypes,
boolean nested)
Defines a constructor that delegates to the main switch constructor
|
static void |
RealClassGenerator.makeConcreteConstructorSwitch(org.objectweb.asm.ClassWriter cw,
PositionAware initPosition,
int superpos,
boolean hasParent,
RubyClass.ConcreteJavaReifier cjr,
JavaConstructor[] constructors)
Main switch constructor.
|
Copyright © 2001-2022 JRuby. All Rights Reserved.