Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.techtrader.modules.tools.bytecode.LineNumber

Uses of LineNumber in com.techtrader.modules.tools.bytecode
 

Methods in com.techtrader.modules.tools.bytecode that return LineNumber
 LineNumber[] LineNumberTableAttribute.getLineNumbers()
          Get the line numbers held in this table.
 LineNumber LineNumberTableAttribute.importLineNumber(LineNumber ln)
          Import a line number from another method.
 LineNumber LineNumberTableAttribute.addLineNumber()
          Add a new line number to this table.
 

Methods in com.techtrader.modules.tools.bytecode with parameters of type LineNumber
 LineNumber LineNumberTableAttribute.importLineNumber(LineNumber ln)
          Import a line number from another method.
 boolean LineNumberTableAttribute.removeLineNumber(LineNumber ln)
          Remove the given LineNumber.