| |
|
| java.lang.Object xtc.type.Reference xtc.type.RelativeReference xtc.type.FieldReference
FieldReference | public class FieldReference extends RelativeReference (Code) | | Representation of a field reference.
author: Robert Grimm version: $Revision: 1.6 $ |
FieldReference | public FieldReference(Reference base, String name)(Code) | | Create a new field reference. The specified base reference must
have a struct or union type with a member of the specified name.
The type of the newly created field reference is the named
member's type, unless that type is an array, in which case the
type is the array's element type.
Parameters: base - The base reference. Parameters: name - The member name. throws: IllegalArgumentException - Signals that the base referencedoes not have a struct/union with the named member. |
hasField | public boolean hasField()(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|
|