Module openj9.dtfj

Class DTFJJavaFieldHelper

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 Details

    • DTFJJavaFieldHelper

      public DTFJJavaFieldHelper()
  • Method Details

    • 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