DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SqlLexer Class / CreateTokenTypeMap Method

In This Topic
    CreateTokenTypeMap Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function CreateTokenTypeMap( _
       ByVal vocabulary As Antlr4.Runtime.IVocabulary _
    ) As IDictionary(Of String,Integer)
    protected virtual IDictionary<string,int> CreateTokenTypeMap( 
       Antlr4.Runtime.IVocabulary vocabulary
    )

    Parameters

    vocabulary
    See Also