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

In This Topic
    Sempred Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function Sempred( _
       ByVal _localctx As Antlr4.Runtime.RuleContext, _
       ByVal ruleIndex As Integer, _
       ByVal actionIndex As Integer _
    ) As Boolean
    public virtual bool Sempred( 
       Antlr4.Runtime.RuleContext _localctx,
       int ruleIndex,
       int actionIndex
    )

    Parameters

    _localctx
    ruleIndex
    actionIndex
    See Also