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