Package com.tonic.parser.util
Class DescriptorParser.ParseResult
- java.lang.Object
-
- com.tonic.parser.util.DescriptorParser.ParseResult
-
- Enclosing class:
- DescriptorParser
public static class DescriptorParser.ParseResult extends Object
One parsed type together with the number of descriptor characters it spans.
-
-
Constructor Summary
Constructors Constructor Description ParseResult(TypeInfo type, int length)
-