Methods in edu.rice.cs.cunit.subAnnot that return FieldEx |
FieldEx |
ClassEx.getDeclaredField(java.lang.String name)
Returns an extended Field object that reflects the specified declared field of the class or interface
represented by this extended Class object. |
FieldEx[] |
ClassEx.getDeclaredFields()
Returns an array of extended Field objects reflecting all the fields declared by the class
represented by this extended Class object. |
FieldEx |
ClassEx.getField(java.lang.String name)
Returns an extended Field object that reflects the specified field of the class or interface
represented by this extended Class object. |
FieldEx[] |
ClassEx.getFields()
Returns an array containing extended Field objects reflecting all the accessible public fields of the
class or interface represented by this extended Class object. |