Uses of Class
org.jruby.RubyClass.ConcreteJavaReifier
Packages that use RubyClass.ConcreteJavaReifier
-
Uses of RubyClass.ConcreteJavaReifier in org.jruby.java.codegen
Methods in org.jruby.java.codegen with parameters of type RubyClass.ConcreteJavaReifierModifier and TypeMethodDescriptionstatic void
RealClassGenerator.makeConcreteConstructorIROProxy
(org.objectweb.asm.ClassWriter cw, PositionAware initPosition, RubyClass.ConcreteJavaReifier cjr) Public access for IRubyObject constructorstatic String
RealClassGenerator.makeConcreteConstructorProxy
(org.objectweb.asm.ClassWriter cw, PositionAware initPosition, boolean hasRuby, RubyClass.ConcreteJavaReifier cjr, Class[] ctorTypes, boolean nested) Defines a constructor that delegates to the main switch constructorstatic void
RealClassGenerator.makeConcreteConstructorSwitch
(org.objectweb.asm.ClassWriter cw, PositionAware initPosition, int superpos, boolean hasParent, RubyClass.ConcreteJavaReifier cjr, JavaConstructor[] constructors) Main switch constructor.