Uses of Class
org.jruby.ir.instructions.LineNumberInstr
Packages that use LineNumberInstr
-
Uses of LineNumberInstr in org.jruby.ir
Methods in org.jruby.ir that return LineNumberInstrModifier and TypeMethodDescriptionprotected LineNumberInstr[]
IRManager.growLineNumbersPool
(int index) IRManager.newLineNumber
(int line) Methods in org.jruby.ir with parameters of type LineNumberInstrModifier and TypeMethodDescriptionvoid
IRVisitor.LineNumberInstr
(LineNumberInstr linenumberinstr) -
Uses of LineNumberInstr in org.jruby.ir.instructions
Subclasses of LineNumberInstr in org.jruby.ir.instructionsModifier and TypeClassDescriptionclass
This represents a linenumber instr that has been inlined into another method/closure.Methods in org.jruby.ir.instructions that return LineNumberInstrModifier and TypeMethodDescriptionstatic LineNumberInstr
LineNumberInstr.decode
(IRReaderDecoder d) -
Uses of LineNumberInstr in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type LineNumberInstrModifier and TypeMethodDescriptionvoid
JVMVisitor.LineNumberInstr
(LineNumberInstr linenumberinstr)