- java.lang.Object
-
- com.ibm.j9ddr.view.dtfj.java.helper.DTFJJavaFieldHelper
-
public class DTFJJavaFieldHelper extends Object
A helper class containing static methods that are used by implementations of DTFJJavaFieldI
-
-
Constructor Summary
Constructors Constructor Description DTFJJavaFieldHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
fieldIsString(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.
-
-
-
Method Detail
-
fieldIsString
public static boolean fieldIsString(IDTFJJavaField field) throws CorruptDataException
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
-
-