Class CommentTypes

java.lang.Object
ghidra.app.util.CommentTypes

@Deprecated(forRemoval=true, since="11.4") public class CommentTypes extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Class with a convenience method to get an array of the CodeUnit comment types. The method is useful to loop through the comment types once you have a code unit.
  • Method Summary

    Modifier and Type
    Method
    Description
    static int[]
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the comment types on a code unit.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getTypes

      public static int[] getTypes()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns an array containing the comment types on a code unit.
      Returns:
      an array containing the comment types on a code unit