Uses of Class
testjdt3.Fields

Uses of Fields in testjdt3
 

Methods in testjdt3 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 testjdt3 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.