Uses of Interface
jef.dna.attributes.LineNumberTableEntry

Packages that use LineNumberTableEntry
jef.dna.attributes   
jef.dna.attributes.impl   
 

Uses of LineNumberTableEntry in jef.dna.attributes
 

Methods in jef.dna.attributes that return types with arguments of type LineNumberTableEntry
 java.util.List<LineNumberTableEntry> LineNumberTableAttribute.getLineNumberTable()
          Each entry in the line_number_table array indicates that the line number in the original source file changes at a given point in the code array.
 

Uses of LineNumberTableEntry in jef.dna.attributes.impl
 

Classes in jef.dna.attributes.impl that implement LineNumberTableEntry
 class LineNumberTableEntry
          Class representing a Line Number Table instance's entry.
 

Methods in jef.dna.attributes.impl that return types with arguments of type LineNumberTableEntry
 java.util.List<LineNumberTableEntry> LineNumberTableAttribute.getLineNumberTable()
           
 

Method parameters in jef.dna.attributes.impl with type arguments of type LineNumberTableEntry
 void LineNumberTableAttribute.setLineNumberTable(java.util.List<LineNumberTableEntry> table)