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 void
RealClassGenerator.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 JavaConstructor
JavaConstructor.create
(Ruby runtime, Constructor<?> constructor) Deprecated.static JavaConstructor
JavaConstructor.getMatchingConstructor
(Ruby runtime, Class<?> javaClass, Class<?>[] argumentTypes) static JavaConstructor
JavaConstructor.wrap
(Constructor<?> constructor) Methods in org.jruby.javasupport with parameters of type JavaConstructorConstructors in org.jruby.javasupport with parameters of type JavaConstructor