Uses of Class
org.jruby.javasupport.JavaConstructor
Packages that use JavaConstructor
-
Uses of JavaConstructor in org.jruby.java.codegen
Methods in org.jruby.java.codegen with parameters of type JavaConstructorModifier and TypeMethodDescriptionstatic voidRealClassGenerator.makeConcreteConstructorSwitch(org.objectweb.asm.ClassWriter cw, PositionAware initPosition, int superpos, boolean hasParent, RubyClass.ConcreteJavaReifier cjr, JavaConstructor[] constructors) Main switch constructor. -
Uses of JavaConstructor in org.jruby.javasupport
Fields in org.jruby.javasupport declared as JavaConstructorMethods in org.jruby.javasupport that return JavaConstructorModifier and TypeMethodDescriptionstatic JavaConstructorJavaConstructor.create(Ruby runtime, Constructor<?> constructor) Deprecated.static JavaConstructorJavaConstructor.getMatchingConstructor(Ruby runtime, Class<?> javaClass, Class<?>[] argumentTypes) static JavaConstructorJavaConstructor.wrap(Constructor<?> constructor) Methods in org.jruby.javasupport with parameters of type JavaConstructorConstructors in org.jruby.javasupport with parameters of type JavaConstructor