ExpressionAntlrParserBaseVisitor<Result>.VisitPrimaryExp(ExpressionAntlrParser+PrimaryExpContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Visit a parse tree produced by the primaryExp
labeled alternative in expression().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on context.
public virtual Result VisitPrimaryExp (ExpressionAntlrParser.PrimaryExpContext context);
abstract member VisitPrimaryExp : ExpressionAntlrParser.PrimaryExpContext -> 'Result
override this.VisitPrimaryExp : ExpressionAntlrParser.PrimaryExpContext -> 'Result
Public Overridable Function VisitPrimaryExp (context As ExpressionAntlrParser.PrimaryExpContext) As Result
Parameters
The parse tree.
Returns
- Result