Uses of Interface
org.jruby.runtime.PositionAware
Packages that use PositionAware
Package
Description
-
Uses of PositionAware in org.jruby
Methods in org.jruby that return PositionAware -
Uses of PositionAware in org.jruby.internal.runtime
Classes in org.jruby.internal.runtime that implement PositionAware -
Uses of PositionAware in org.jruby.internal.runtime.methods
Classes in org.jruby.internal.runtime.methods that implement PositionAwareModifier and TypeClassDescriptionclassclassclassSupports optimization for define_method.classCreated by enebo on 2/6/15.classMethod for -X-C (interpreted only execution).classclass -
Uses of PositionAware in org.jruby.java.codegen
Methods in org.jruby.java.codegen with parameters of type PositionAwareModifier 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. -
Uses of PositionAware in org.jruby.lexer.yacc
Subinterfaces of PositionAware in org.jruby.lexer.yaccModifier and TypeInterfaceDescriptioninterfaceThis interface is the combination of two needs: 1) A Ruby interpreter position (for warnings and errors).Classes in org.jruby.lexer.yacc that implement PositionAware