Property | Type | Description | |
---|---|---|---|
currentToken | |||
expectedTokenSequences | int[][] | ||
tokenImage | string[] |
Property | Type | Description | |
---|---|---|---|
eol | string |
Method | Description | |
---|---|---|
ParseException ( ) : Lucene.Net.QueryParsers.Flexible.Core |
The following constructors are for use by you for whatever purpose you can think of. Constructing the exception in this manner makes the exception behave in the normal way - i.e., as documented in the class "Throwable". The fields "errorToken", "expectedTokenSequences", and "tokenImage" do not contain relevant information. The JavaCC generated code does not use these constructors.
|
|
ParseException ( IMessage message ) : Lucene.Net.QueryParsers.Flexible.Core |
Constructor with message.
|
|
ParseException ( |
This constructor is used by the method "generateParseException" in the generated parser. Calling this constructor generates a new object of this type with the fields "currentToken", "expectedTokenSequences", and "tokenImage" set.
|
Method | Description | |
---|---|---|
Add_Escapes ( string str ) : string |
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
|
|
Initialize ( |
It uses currentToken and expectedTokenSequences to generate a parse error message and returns it. If this object has been created due to a parse error, and you do not catch it (it gets thrown from the parser) the correct error message gets displayed.
|
public ParseException ( ) : Lucene.Net.QueryParsers.Flexible.Core | ||
return | Lucene.Net.QueryParsers.Flexible.Core |
public ParseException ( IMessage message ) : Lucene.Net.QueryParsers.Flexible.Core | ||
message | IMessage | |
return | Lucene.Net.QueryParsers.Flexible.Core |
public ParseException ( |
||
currentTokenVal | ||
expectedTokenSequencesVal | int | |
tokenImageVal | string | |
return | Lucene.Net.QueryParsers.Flexible.Core |
public Token,Lucene.Net.QueryParsers.Flexible.Standard.Parser currentToken | ||
return |