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 TypeClassDescriptionclass
class
class
Supports optimization for define_method.class
Created by enebo on 2/6/15.class
Method for -X-C (interpreted only execution).class
class
-
Uses of PositionAware in org.jruby.java.codegen
Methods in org.jruby.java.codegen with parameters of type PositionAwareModifier and TypeMethodDescriptionstatic void
RealClassGenerator.makeConcreteConstructorIROProxy
(org.objectweb.asm.ClassWriter cw, PositionAware initPosition, RubyClass.ConcreteJavaReifier cjr) Public access for IRubyObject constructorstatic String
RealClassGenerator.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 void
RealClassGenerator.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 TypeInterfaceDescriptioninterface
This 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