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 TypeMethodDescriptionvoidIRVisitor.LineNumberInstr(LineNumberInstr linenumberinstr) -
Uses of LineNumberInstr in org.jruby.ir.instructions
Subclasses of LineNumberInstr in org.jruby.ir.instructionsModifier and TypeClassDescriptionclassThis represents a linenumber instr that has been inlined into another method/closure.Methods in org.jruby.ir.instructions that return LineNumberInstrModifier and TypeMethodDescriptionstatic LineNumberInstrLineNumberInstr.decode(IRReaderDecoder d) -
Uses of LineNumberInstr in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type LineNumberInstrModifier and TypeMethodDescriptionvoidJVMVisitor.LineNumberInstr(LineNumberInstr linenumberinstr)