Package ghidra.app.util
Class CommentTypes
java.lang.Object
ghidra.app.util.CommentTypes
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 TypeMethodDescriptionstatic int[]
getTypes()
Get an array containing the comment types on a code unit.
-
Method Details
-
getTypes
public static int[] getTypes()Get an array containing the comment types on a code unit.
-