Cdss |
The CdssLibraryLexer type exposes the following members.
| Name | Description | |
|---|---|---|
| Action | (Inherited from RecognizerInt32, LexerATNSimulator) | |
| AddErrorListener | (Inherited from RecognizerInt32, LexerATNSimulator) | |
| CreateTokenTypeMap | (Inherited from RecognizerInt32, LexerATNSimulator) | |
| Emit |
The standard method called to automatically emit a token at the
outermost lexical rule.
(Inherited from Lexer) | |
| Emit(IToken) |
By default does not support multiple emits per nextToken invocation
for efficiency reasons.
(Inherited from Lexer) | |
| EmitEOF | (Inherited from Lexer) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetAllTokens | Return a list of all Token objects in input char stream. (Inherited from Lexer) | |
| GetCharErrorDisplay | (Inherited from Lexer) | |
| GetErrorDisplay(Int32) | (Inherited from Lexer) | |
| GetErrorDisplay(String) | (Inherited from Lexer) | |
| GetErrorHeader | What is the error header, normally line/character position information? (Inherited from RecognizerInt32, LexerATNSimulator) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetTokenErrorDisplay |
How should a token be displayed in an error message? The default
is to display just the text, but during development you might
want to have a lot of information spit out.
(Inherited from RecognizerInt32, LexerATNSimulator) Obsolete | |
| GetTokenType | (Inherited from RecognizerInt32, LexerATNSimulator) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Mode | (Inherited from Lexer) | |
| More | (Inherited from Lexer) | |
| NextToken |
Return a token from this source; i.e., match a token on the char
stream.
(Inherited from Lexer) | |
| NotifyListeners | (Inherited from Lexer) | |
| PopMode | (Inherited from Lexer) | |
| Precpred | (Inherited from RecognizerInt32, LexerATNSimulator) | |
| PushMode | (Inherited from Lexer) | |
| Recover(LexerNoViableAltException) | (Inherited from Lexer) | |
| Recover(RecognitionException) |
Lexers can normally match any char in it's vocabulary after matching
a token, so do the easy thing and just kill a character and hope
it all works out.
(Inherited from Lexer) | |
| RemoveErrorListener | (Inherited from RecognizerInt32, LexerATNSimulator) | |
| RemoveErrorListeners | (Inherited from RecognizerInt32, LexerATNSimulator) | |
| Reset | (Inherited from Lexer) | |
| Sempred | (Inherited from RecognizerInt32, LexerATNSimulator) | |
| SetInputStream | Set the char stream and reset the lexer (Inherited from Lexer) | |
| Skip |
Instruct the lexer to skip creating a token for current lexer rule
and look for another token.
(Inherited from Lexer) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |