Class DescriptorParser.ParseResult

  • Enclosing class:
    DescriptorParser

    public static class DescriptorParser.ParseResult
    extends Object
    One parsed type together with the number of descriptor characters it spans.
    • Field Detail

      • length

        public final int length
    • Constructor Detail

      • ParseResult

        public ParseResult​(TypeInfo type,
                           int length)