| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The definition of a field in a SaffronType.
| Method Summary | |
|  Object | get(Object o)Retrieves the value of this field in an instance of this type. | 
|  int | getIndex()Returns the index of this field within its record type. | 
|  String | getName()Returns the name of this field. | 
|  SaffronType | getType()Returns the type of this field. | 
|  void | set(Object o,
    Object value)Sets the value of this field in an instance of the type. | 
| Method Detail | 
public String getName()
public int getIndex()
public SaffronType getType()
public Object get(Object o)
           throws IllegalAccessException
IllegalAccessException
public void set(Object o,
                Object value)
         throws IllegalAccessException
IllegalAccessException| 
 |  | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||