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 voidRealClassGenerator.makeConcreteConstructorIROProxy(org.objectweb.asm.ClassWriter cw, PositionAware initPosition, RubyClass.ConcreteJavaReifier cjr) Public access for IRubyObject constructorstatic StringRealClassGenerator.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 voidRealClassGenerator.makeConcreteConstructorSwitch(org.objectweb.asm.ClassWriter cw, PositionAware initPosition, int superpos, boolean hasParent, RubyClass.ConcreteJavaReifier cjr, JavaConstructor[] constructors) Main switch constructor.