Uses of Interface
jef.dna.attributes.LineNumberTableAttribute

Packages that use LineNumberTableAttribute
jef.disconnection.impl   
jef.dna.attributes   
jef.dna.attributes.impl   
 

Uses of LineNumberTableAttribute in jef.disconnection.impl
 

Methods in jef.disconnection.impl with parameters of type LineNumberTableAttribute
protected  void DefaultMethodDisconnector.handleLineNumberTableAttribute(LineNumberTableAttribute attr, boolean isInit)
           
 

Uses of LineNumberTableAttribute in jef.dna.attributes
 

Methods in jef.dna.attributes that return LineNumberTableAttribute
 LineNumberTableAttribute LineNumberTableEntry.getAttributeContainer()
          Get the LineNumberTableAttribute containing the current LineNumberTableEntry
 

Methods in jef.dna.attributes with parameters of type LineNumberTableAttribute
 void LineNumberTableEntry.setAttributeContainer(LineNumberTableAttribute attr)
          Set the LineNumberTableAttribute containing the current LineNumberTableEntry
 

Uses of LineNumberTableAttribute in jef.dna.attributes.impl
 

Classes in jef.dna.attributes.impl that implement LineNumberTableAttribute
 class LineNumberTableAttribute
          Class representing a Line Number Table Attribute.
 

Methods in jef.dna.attributes.impl that return LineNumberTableAttribute
 LineNumberTableAttribute LineNumberTableEntry.getAttributeContainer()
           
 

Methods in jef.dna.attributes.impl with parameters of type LineNumberTableAttribute
 void LineNumberTableEntry.setAttributeContainer(LineNumberTableAttribute attr)