static class ZbnfParser.ParseResultlet
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) long | endPosText | 
| (package private) ZbnfParserStore.ParseResultItemImplement[] | parseResult | 
| (package private) long | startPosTextThe start and the end position (character in parsed Character input) | 
| (package private) ZbnfSyntaxPrescript | syntaxPrescriptThe Prescript of the syntax. | 
| Constructor and Description | 
|---|
| ParseResultlet(ZbnfSyntaxPrescript syntaxPrescript,
              long startPosText) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
final ZbnfSyntaxPrescript syntaxPrescript
final long startPosText
long endPosText
ZbnfParserStore.ParseResultItemImplement[] parseResult
ParseResultlet(ZbnfSyntaxPrescript syntaxPrescript, long startPosText)