Uses of Class
emn.fr.ascola.extractor.Fields

Packages that use Fields
emn.fr.ascola.extractor   
 

Uses of Fields in emn.fr.ascola.extractor
 

Methods in emn.fr.ascola.extractor that return Fields
 Fields Fields.filter()
          Filter the default-package fields.
 Fields MyIType.getStructure()
          Get the structure.
 Fields TypesTable.getStructure(java.lang.String fullname)
          Get the structure stored in the table.
 Fields Fields.merge(Fields other)
          Merge the fields of the second to the first.
 

Methods in emn.fr.ascola.extractor with parameters of type Fields
 Fields Fields.merge(Fields other)
          Merge the fields of the second to the first.
 void MyIType.setStructure(Fields struc)
          Set the structure.