Loading...
Select Version
This function returns the field ID (Java handle) for an instance field of a class.It is equivalent to the JNI function GetFieldID
.
Call
CALL 'JCI_GetFieldID' USING
cObj fName fSig fID
cObj | Class object |
fName | Name of the field |
fSig | Signature of the field |
fID | Field ID returned by the function |
Arguments
See function JCI_GetStaticFieldID.
Return value (RETURN-CODE)
See function JCI_GetStaticFieldID.
Exceptions
The exceptions generated by the function correspond to those of the JNI function GetFieldID
.
Notes
See function JCI_GetStaticField.