Click or drag to resize

CdssLibraryLexer Methods

The CdssLibraryLexer type exposes the following members.

Methods
 NameDescription
Public methodAction
(Inherited from RecognizerInt32, LexerATNSimulator)
Public methodAddErrorListener
(Inherited from RecognizerInt32, LexerATNSimulator)
Protected methodCreateTokenTypeMap
(Inherited from RecognizerInt32, LexerATNSimulator)
Public methodEmit The standard method called to automatically emit a token at the outermost lexical rule.
(Inherited from Lexer)
Public methodEmit(IToken) By default does not support multiple emits per nextToken invocation for efficiency reasons.
(Inherited from Lexer)
Public methodEmitEOF
(Inherited from Lexer)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAllTokensReturn a list of all Token objects in input char stream.
(Inherited from Lexer)
Public methodGetCharErrorDisplay
(Inherited from Lexer)
Public methodGetErrorDisplay(Int32)
(Inherited from Lexer)
Public methodGetErrorDisplay(String)
(Inherited from Lexer)
Public methodGetErrorHeaderWhat is the error header, normally line/character position information?
(Inherited from RecognizerInt32, LexerATNSimulator)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTokenErrorDisplay 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
Public methodGetTokenType
(Inherited from RecognizerInt32, LexerATNSimulator)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMode
(Inherited from Lexer)
Public methodMore
(Inherited from Lexer)
Public methodNextToken Return a token from this source; i.e., match a token on the char stream.
(Inherited from Lexer)
Public methodNotifyListeners
(Inherited from Lexer)
Public methodPopMode
(Inherited from Lexer)
Public methodPrecpred
(Inherited from RecognizerInt32, LexerATNSimulator)
Public methodPushMode
(Inherited from Lexer)
Public methodRecover(LexerNoViableAltException)
(Inherited from Lexer)
Public methodRecover(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)
Public methodRemoveErrorListener
(Inherited from RecognizerInt32, LexerATNSimulator)
Public methodRemoveErrorListeners
(Inherited from RecognizerInt32, LexerATNSimulator)
Public methodReset
(Inherited from Lexer)
Public methodSempred
(Inherited from RecognizerInt32, LexerATNSimulator)
Public methodSetInputStreamSet the char stream and reset the lexer
(Inherited from Lexer)
Public methodSkip Instruct the lexer to skip creating a token for current lexer rule and look for another token.
(Inherited from Lexer)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn 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)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also