Interface ParserResultType
- All Known Subinterfaces:
ParserResultType.ParsedRepositoryType,ParserResultType.ParsedRuntimeType
- All Known Implementing Classes:
ParsedRepository,ParsedRuntime
public interface ParserResultType
The 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
Modifier and Type Method Description ParserResultType.Kindkind()
-
Method Details
-
kind
ParserResultType.Kind kind()- Returns:
- The kind of parsed value
-