Class CommentTypes


  • public class CommentTypes
    extends java.lang.Object
    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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int[] getTypes()
      Get 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 Detail

      • getTypes

        public static int[] getTypes()
        Get an array containing the comment types on a code unit.