Class TabulatedResult

    • Constructor Detail

      • TabulatedResult

        public TabulatedResult()
    • Method Detail

      • hasChildren

        public abstract boolean hasChildren()
      • hasMultipleBlocks

        public boolean hasMultipleBlocks()
      • getChildTitle

        public String getChildTitle()
      • getChildType

        public String getChildType()
        Get a simple name for the type of children the getChildren() method returns, for example "case", "class" or "package".
        Returns:
        the type of children this result has, all lowercase.