EnterRecursionRule(ParserRuleContext,Int32,Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Overridable Sub EnterRecursionRule( _
ByVal As Antlr4.Runtime.ParserRuleContext, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
public virtual void EnterRecursionRule(
Antlr4.Runtime.ParserRuleContext ,
int ,
int ,
int
)
Parameters
- localctx
- state
- ruleIndex
- precedence
See Also