Uses of Class
org.jruby.javasupport.JavaConstructor
Packages that use JavaConstructor
-
Uses of JavaConstructor in org.jruby
Fields in org.jruby declared as JavaConstructorModifier and TypeFieldDescription(package private) JavaConstructor[]RubyClass.ConcreteJavaReifier.savedSuperCtors -
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 JavaConstructorFields in org.jruby.javasupport with type parameters of type JavaConstructorModifier and TypeFieldDescriptionprivate final List<JavaConstructor>Java.JCtorCache.constructorListMethods in org.jruby.javasupport that return JavaConstructorModifier and TypeMethodDescriptionJavaClass.constructor(ThreadContext context, IRubyObject[] args) static JavaConstructorJavaConstructor.create(Ruby runtime, Constructor<?> constructor) JavaClass.declared_constructor(ThreadContext context, IRubyObject[] args) static JavaConstructorJavaConstructor.getMatchingConstructor(Ruby runtime, Class<?> javaClass, Class<?>[] argumentTypes) Methods in org.jruby.javasupport with parameters of type JavaConstructorConstructors in org.jruby.javasupport with parameters of type JavaConstructor