Uses of Interface
org.jruby.ir.builder.LazyMethodDefinition
Packages that use LazyMethodDefinition
-
Uses of LazyMethodDefinition in org.jruby.ir
Constructors in org.jruby.ir with parameters of type LazyMethodDefinitionModifierConstructorDescriptionIRMethod
(IRManager manager, IRScope lexicalParent, LazyMethodDefinition defn, ByteList name, boolean isInstanceMethod, int lineNumber, StaticScope staticScope, int coverageMode) -
Uses of LazyMethodDefinition in org.jruby.ir.builder
Classes in org.jruby.ir.builder that implement LazyMethodDefinitionMethods in org.jruby.ir.builder with parameters of type LazyMethodDefinitionModifier and TypeMethodDescriptionvoid
IRBuilder.defineMethodInner
(LazyMethodDefinition<U, V, W, X, Y, Z> defNode, IRScope parent, int coverageMode) protected IRMethod
IRBuilder.defineNewMethod
(LazyMethodDefinition<U, V, W, X, Y, Z> defn, ByteList name, int line, StaticScope scope, boolean isInstanceMethod)