Interface ParserResultType
-
- All Known Subinterfaces:
ParserResultType.ParsedRepositoryType,ParserResultType.ParsedRuntimeType
- All Known Implementing Classes:
ParsedRepository,ParsedRuntime
public interface ParserResultTypeThe type of parser results.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classParserResultType.KindThe kind of parsed value.static interfaceParserResultType.ParsedRepositoryTypeA parsed repositorystatic interfaceParserResultType.ParsedRuntimeTypeA parsed runtime
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParserResultType.Kindkind()
-
-
-
Method Detail
-
kind
ParserResultType.Kind kind()
- Returns:
- The kind of parsed value
-
-