Class DTFJJavaFieldHelper
java.lang.Object
com.ibm.j9ddr.view.dtfj.java.helper.DTFJJavaFieldHelper
A helper class containing static methods that are used by implementations of DTFJJavaFieldI
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanfieldIsString(IDTFJJavaField field) Test whether the given field is a string, returning true or false according to whether the field signature matches that of a string. 
- 
Constructor Details
- 
DTFJJavaFieldHelper
public DTFJJavaFieldHelper() 
 - 
 - 
Method Details
- 
fieldIsString
Test whether the given field is a string, returning true or false according to whether the field signature matches that of a string. A helper routine for use from JavaField.getString()- Returns:
 - Throws:
 CorruptDataException
 
 -