Show / Hide Table of Contents

Class CPP14ParserBaseVisitor<Result>

This class provides an empty implementation of ICPP14ParserVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Inheritance
System.Object
CPP14ParserBaseVisitor<Result>
Implements
ICPP14ParserVisitor<Result>
IParseTreeVisitor<Result>
Namespace: GCore.Antlr.Grammers.Cpp
Assembly: Cpp.dll
Syntax
public class CPP14ParserBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, ICPP14ParserVisitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitAbstractDeclarator(CPP14Parser.AbstractDeclaratorContext)

Visit a parse tree produced by abstractDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAbstractDeclarator(CPP14Parser.AbstractDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.AbstractDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAbstractPackDeclarator(CPP14Parser.AbstractPackDeclaratorContext)

Visit a parse tree produced by abstractPackDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAbstractPackDeclarator(CPP14Parser.AbstractPackDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.AbstractPackDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAccessSpecifier(CPP14Parser.AccessSpecifierContext)

Visit a parse tree produced by accessSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAccessSpecifier(CPP14Parser.AccessSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.AccessSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAdditiveExpression(CPP14Parser.AdditiveExpressionContext)

Visit a parse tree produced by additiveExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAdditiveExpression(CPP14Parser.AdditiveExpressionContext context)
Parameters
Type Name Description
CPP14Parser.AdditiveExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAliasDeclaration(CPP14Parser.AliasDeclarationContext)

Visit a parse tree produced by aliasDeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAliasDeclaration(CPP14Parser.AliasDeclarationContext context)
Parameters
Type Name Description
CPP14Parser.AliasDeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAlignmentspecifier(CPP14Parser.AlignmentspecifierContext)

Visit a parse tree produced by alignmentspecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAlignmentspecifier(CPP14Parser.AlignmentspecifierContext context)
Parameters
Type Name Description
CPP14Parser.AlignmentspecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAndExpression(CPP14Parser.AndExpressionContext)

Visit a parse tree produced by andExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAndExpression(CPP14Parser.AndExpressionContext context)
Parameters
Type Name Description
CPP14Parser.AndExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAsmDefinition(CPP14Parser.AsmDefinitionContext)

Visit a parse tree produced by asmDefinition().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAsmDefinition(CPP14Parser.AsmDefinitionContext context)
Parameters
Type Name Description
CPP14Parser.AsmDefinitionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAssignmentExpression(CPP14Parser.AssignmentExpressionContext)

Visit a parse tree produced by assignmentExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAssignmentExpression(CPP14Parser.AssignmentExpressionContext context)
Parameters
Type Name Description
CPP14Parser.AssignmentExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAssignmentOperator(CPP14Parser.AssignmentOperatorContext)

Visit a parse tree produced by assignmentOperator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAssignmentOperator(CPP14Parser.AssignmentOperatorContext context)
Parameters
Type Name Description
CPP14Parser.AssignmentOperatorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttribute(CPP14Parser.AttributeContext)

Visit a parse tree produced by attribute().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAttribute(CPP14Parser.AttributeContext context)
Parameters
Type Name Description
CPP14Parser.AttributeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttributeArgumentClause(CPP14Parser.AttributeArgumentClauseContext)

Visit a parse tree produced by attributeArgumentClause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAttributeArgumentClause(CPP14Parser.AttributeArgumentClauseContext context)
Parameters
Type Name Description
CPP14Parser.AttributeArgumentClauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttributeDeclaration(CPP14Parser.AttributeDeclarationContext)

Visit a parse tree produced by attributeDeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAttributeDeclaration(CPP14Parser.AttributeDeclarationContext context)
Parameters
Type Name Description
CPP14Parser.AttributeDeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttributeList(CPP14Parser.AttributeListContext)

Visit a parse tree produced by attributeList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAttributeList(CPP14Parser.AttributeListContext context)
Parameters
Type Name Description
CPP14Parser.AttributeListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttributeNamespace(CPP14Parser.AttributeNamespaceContext)

Visit a parse tree produced by attributeNamespace().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAttributeNamespace(CPP14Parser.AttributeNamespaceContext context)
Parameters
Type Name Description
CPP14Parser.AttributeNamespaceContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttributeSpecifier(CPP14Parser.AttributeSpecifierContext)

Visit a parse tree produced by attributeSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAttributeSpecifier(CPP14Parser.AttributeSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.AttributeSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttributeSpecifierSeq(CPP14Parser.AttributeSpecifierSeqContext)

Visit a parse tree produced by attributeSpecifierSeq().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAttributeSpecifierSeq(CPP14Parser.AttributeSpecifierSeqContext context)
Parameters
Type Name Description
CPP14Parser.AttributeSpecifierSeqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBalancedtoken(CPP14Parser.BalancedtokenContext)

Visit a parse tree produced by balancedtoken().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBalancedtoken(CPP14Parser.BalancedtokenContext context)
Parameters
Type Name Description
CPP14Parser.BalancedtokenContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBalancedTokenSeq(CPP14Parser.BalancedTokenSeqContext)

Visit a parse tree produced by balancedTokenSeq().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBalancedTokenSeq(CPP14Parser.BalancedTokenSeqContext context)
Parameters
Type Name Description
CPP14Parser.BalancedTokenSeqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBaseClause(CPP14Parser.BaseClauseContext)

Visit a parse tree produced by baseClause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBaseClause(CPP14Parser.BaseClauseContext context)
Parameters
Type Name Description
CPP14Parser.BaseClauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBaseSpecifier(CPP14Parser.BaseSpecifierContext)

Visit a parse tree produced by baseSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBaseSpecifier(CPP14Parser.BaseSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.BaseSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBaseSpecifierList(CPP14Parser.BaseSpecifierListContext)

Visit a parse tree produced by baseSpecifierList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBaseSpecifierList(CPP14Parser.BaseSpecifierListContext context)
Parameters
Type Name Description
CPP14Parser.BaseSpecifierListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBaseTypeSpecifier(CPP14Parser.BaseTypeSpecifierContext)

Visit a parse tree produced by baseTypeSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBaseTypeSpecifier(CPP14Parser.BaseTypeSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.BaseTypeSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBlockDeclaration(CPP14Parser.BlockDeclarationContext)

Visit a parse tree produced by blockDeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBlockDeclaration(CPP14Parser.BlockDeclarationContext context)
Parameters
Type Name Description
CPP14Parser.BlockDeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBracedInitList(CPP14Parser.BracedInitListContext)

Visit a parse tree produced by bracedInitList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBracedInitList(CPP14Parser.BracedInitListContext context)
Parameters
Type Name Description
CPP14Parser.BracedInitListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBraceOrEqualInitializer(CPP14Parser.BraceOrEqualInitializerContext)

Visit a parse tree produced by braceOrEqualInitializer().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBraceOrEqualInitializer(CPP14Parser.BraceOrEqualInitializerContext context)
Parameters
Type Name Description
CPP14Parser.BraceOrEqualInitializerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCapture(CPP14Parser.CaptureContext)

Visit a parse tree produced by capture().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCapture(CPP14Parser.CaptureContext context)
Parameters
Type Name Description
CPP14Parser.CaptureContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCaptureDefault(CPP14Parser.CaptureDefaultContext)

Visit a parse tree produced by captureDefault().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCaptureDefault(CPP14Parser.CaptureDefaultContext context)
Parameters
Type Name Description
CPP14Parser.CaptureDefaultContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCaptureList(CPP14Parser.CaptureListContext)

Visit a parse tree produced by captureList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCaptureList(CPP14Parser.CaptureListContext context)
Parameters
Type Name Description
CPP14Parser.CaptureListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCastExpression(CPP14Parser.CastExpressionContext)

Visit a parse tree produced by castExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCastExpression(CPP14Parser.CastExpressionContext context)
Parameters
Type Name Description
CPP14Parser.CastExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitClassHead(CPP14Parser.ClassHeadContext)

Visit a parse tree produced by classHead().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitClassHead(CPP14Parser.ClassHeadContext context)
Parameters
Type Name Description
CPP14Parser.ClassHeadContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitClassHeadName(CPP14Parser.ClassHeadNameContext)

Visit a parse tree produced by classHeadName().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitClassHeadName(CPP14Parser.ClassHeadNameContext context)
Parameters
Type Name Description
CPP14Parser.ClassHeadNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitClassKey(CPP14Parser.ClassKeyContext)

Visit a parse tree produced by classKey().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitClassKey(CPP14Parser.ClassKeyContext context)
Parameters
Type Name Description
CPP14Parser.ClassKeyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitClassName(CPP14Parser.ClassNameContext)

Visit a parse tree produced by className().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitClassName(CPP14Parser.ClassNameContext context)
Parameters
Type Name Description
CPP14Parser.ClassNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitClassOrDeclType(CPP14Parser.ClassOrDeclTypeContext)

Visit a parse tree produced by classOrDeclType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitClassOrDeclType(CPP14Parser.ClassOrDeclTypeContext context)
Parameters
Type Name Description
CPP14Parser.ClassOrDeclTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitClassSpecifier(CPP14Parser.ClassSpecifierContext)

Visit a parse tree produced by classSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitClassSpecifier(CPP14Parser.ClassSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.ClassSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitClassVirtSpecifier(CPP14Parser.ClassVirtSpecifierContext)

Visit a parse tree produced by classVirtSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitClassVirtSpecifier(CPP14Parser.ClassVirtSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.ClassVirtSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCompoundStatement(CPP14Parser.CompoundStatementContext)

Visit a parse tree produced by compoundStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCompoundStatement(CPP14Parser.CompoundStatementContext context)
Parameters
Type Name Description
CPP14Parser.CompoundStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCondition(CPP14Parser.ConditionContext)

Visit a parse tree produced by condition().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCondition(CPP14Parser.ConditionContext context)
Parameters
Type Name Description
CPP14Parser.ConditionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConditionalExpression(CPP14Parser.ConditionalExpressionContext)

Visit a parse tree produced by conditionalExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConditionalExpression(CPP14Parser.ConditionalExpressionContext context)
Parameters
Type Name Description
CPP14Parser.ConditionalExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConstantExpression(CPP14Parser.ConstantExpressionContext)

Visit a parse tree produced by constantExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConstantExpression(CPP14Parser.ConstantExpressionContext context)
Parameters
Type Name Description
CPP14Parser.ConstantExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConstructorInitializer(CPP14Parser.ConstructorInitializerContext)

Visit a parse tree produced by constructorInitializer().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConstructorInitializer(CPP14Parser.ConstructorInitializerContext context)
Parameters
Type Name Description
CPP14Parser.ConstructorInitializerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConversionDeclarator(CPP14Parser.ConversionDeclaratorContext)

Visit a parse tree produced by conversionDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConversionDeclarator(CPP14Parser.ConversionDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.ConversionDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConversionFunctionId(CPP14Parser.ConversionFunctionIdContext)

Visit a parse tree produced by conversionFunctionId().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConversionFunctionId(CPP14Parser.ConversionFunctionIdContext context)
Parameters
Type Name Description
CPP14Parser.ConversionFunctionIdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConversionTypeId(CPP14Parser.ConversionTypeIdContext)

Visit a parse tree produced by conversionTypeId().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConversionTypeId(CPP14Parser.ConversionTypeIdContext context)
Parameters
Type Name Description
CPP14Parser.ConversionTypeIdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCvQualifier(CPP14Parser.CvQualifierContext)

Visit a parse tree produced by cvQualifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCvQualifier(CPP14Parser.CvQualifierContext context)
Parameters
Type Name Description
CPP14Parser.CvQualifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCvqualifierseq(CPP14Parser.CvqualifierseqContext)

Visit a parse tree produced by cvqualifierseq().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCvqualifierseq(CPP14Parser.CvqualifierseqContext context)
Parameters
Type Name Description
CPP14Parser.CvqualifierseqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclaration(CPP14Parser.DeclarationContext)

Visit a parse tree produced by declaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDeclaration(CPP14Parser.DeclarationContext context)
Parameters
Type Name Description
CPP14Parser.DeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclarationseq(CPP14Parser.DeclarationseqContext)

Visit a parse tree produced by declarationseq().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDeclarationseq(CPP14Parser.DeclarationseqContext context)
Parameters
Type Name Description
CPP14Parser.DeclarationseqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclarationStatement(CPP14Parser.DeclarationStatementContext)

Visit a parse tree produced by declarationStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDeclarationStatement(CPP14Parser.DeclarationStatementContext context)
Parameters
Type Name Description
CPP14Parser.DeclarationStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclarator(CPP14Parser.DeclaratorContext)

Visit a parse tree produced by declarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDeclarator(CPP14Parser.DeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.DeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclaratorid(CPP14Parser.DeclaratoridContext)

Visit a parse tree produced by declaratorid().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDeclaratorid(CPP14Parser.DeclaratoridContext context)
Parameters
Type Name Description
CPP14Parser.DeclaratoridContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclSpecifier(CPP14Parser.DeclSpecifierContext)

Visit a parse tree produced by declSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDeclSpecifier(CPP14Parser.DeclSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.DeclSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclSpecifierSeq(CPP14Parser.DeclSpecifierSeqContext)

Visit a parse tree produced by declSpecifierSeq().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDeclSpecifierSeq(CPP14Parser.DeclSpecifierSeqContext context)
Parameters
Type Name Description
CPP14Parser.DeclSpecifierSeqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDecltypeSpecifier(CPP14Parser.DecltypeSpecifierContext)

Visit a parse tree produced by decltypeSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDecltypeSpecifier(CPP14Parser.DecltypeSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.DecltypeSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeleteExpression(CPP14Parser.DeleteExpressionContext)

Visit a parse tree produced by deleteExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDeleteExpression(CPP14Parser.DeleteExpressionContext context)
Parameters
Type Name Description
CPP14Parser.DeleteExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDynamicExceptionSpecification(CPP14Parser.DynamicExceptionSpecificationContext)

Visit a parse tree produced by dynamicExceptionSpecification().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDynamicExceptionSpecification(CPP14Parser.DynamicExceptionSpecificationContext context)
Parameters
Type Name Description
CPP14Parser.DynamicExceptionSpecificationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitElaboratedTypeSpecifier(CPP14Parser.ElaboratedTypeSpecifierContext)

Visit a parse tree produced by elaboratedTypeSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitElaboratedTypeSpecifier(CPP14Parser.ElaboratedTypeSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.ElaboratedTypeSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEmptyDeclaration(CPP14Parser.EmptyDeclarationContext)

Visit a parse tree produced by emptyDeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEmptyDeclaration(CPP14Parser.EmptyDeclarationContext context)
Parameters
Type Name Description
CPP14Parser.EmptyDeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnumbase(CPP14Parser.EnumbaseContext)

Visit a parse tree produced by enumbase().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnumbase(CPP14Parser.EnumbaseContext context)
Parameters
Type Name Description
CPP14Parser.EnumbaseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnumerator(CPP14Parser.EnumeratorContext)

Visit a parse tree produced by enumerator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnumerator(CPP14Parser.EnumeratorContext context)
Parameters
Type Name Description
CPP14Parser.EnumeratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnumeratorDefinition(CPP14Parser.EnumeratorDefinitionContext)

Visit a parse tree produced by enumeratorDefinition().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnumeratorDefinition(CPP14Parser.EnumeratorDefinitionContext context)
Parameters
Type Name Description
CPP14Parser.EnumeratorDefinitionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnumeratorList(CPP14Parser.EnumeratorListContext)

Visit a parse tree produced by enumeratorList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnumeratorList(CPP14Parser.EnumeratorListContext context)
Parameters
Type Name Description
CPP14Parser.EnumeratorListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnumHead(CPP14Parser.EnumHeadContext)

Visit a parse tree produced by enumHead().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnumHead(CPP14Parser.EnumHeadContext context)
Parameters
Type Name Description
CPP14Parser.EnumHeadContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnumkey(CPP14Parser.EnumkeyContext)

Visit a parse tree produced by enumkey().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnumkey(CPP14Parser.EnumkeyContext context)
Parameters
Type Name Description
CPP14Parser.EnumkeyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnumName(CPP14Parser.EnumNameContext)

Visit a parse tree produced by enumName().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnumName(CPP14Parser.EnumNameContext context)
Parameters
Type Name Description
CPP14Parser.EnumNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnumSpecifier(CPP14Parser.EnumSpecifierContext)

Visit a parse tree produced by enumSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnumSpecifier(CPP14Parser.EnumSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.EnumSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEqualityExpression(CPP14Parser.EqualityExpressionContext)

Visit a parse tree produced by equalityExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEqualityExpression(CPP14Parser.EqualityExpressionContext context)
Parameters
Type Name Description
CPP14Parser.EqualityExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExceptionDeclaration(CPP14Parser.ExceptionDeclarationContext)

Visit a parse tree produced by exceptionDeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExceptionDeclaration(CPP14Parser.ExceptionDeclarationContext context)
Parameters
Type Name Description
CPP14Parser.ExceptionDeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExceptionSpecification(CPP14Parser.ExceptionSpecificationContext)

Visit a parse tree produced by exceptionSpecification().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExceptionSpecification(CPP14Parser.ExceptionSpecificationContext context)
Parameters
Type Name Description
CPP14Parser.ExceptionSpecificationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExclusiveOrExpression(CPP14Parser.ExclusiveOrExpressionContext)

Visit a parse tree produced by exclusiveOrExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExclusiveOrExpression(CPP14Parser.ExclusiveOrExpressionContext context)
Parameters
Type Name Description
CPP14Parser.ExclusiveOrExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExplicitInstantiation(CPP14Parser.ExplicitInstantiationContext)

Visit a parse tree produced by explicitInstantiation().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExplicitInstantiation(CPP14Parser.ExplicitInstantiationContext context)
Parameters
Type Name Description
CPP14Parser.ExplicitInstantiationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExplicitSpecialization(CPP14Parser.ExplicitSpecializationContext)

Visit a parse tree produced by explicitSpecialization().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExplicitSpecialization(CPP14Parser.ExplicitSpecializationContext context)
Parameters
Type Name Description
CPP14Parser.ExplicitSpecializationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpression(CPP14Parser.ExpressionContext)

Visit a parse tree produced by expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpression(CPP14Parser.ExpressionContext context)
Parameters
Type Name Description
CPP14Parser.ExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpressionList(CPP14Parser.ExpressionListContext)

Visit a parse tree produced by expressionList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpressionList(CPP14Parser.ExpressionListContext context)
Parameters
Type Name Description
CPP14Parser.ExpressionListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpressionStatement(CPP14Parser.ExpressionStatementContext)

Visit a parse tree produced by expressionStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpressionStatement(CPP14Parser.ExpressionStatementContext context)
Parameters
Type Name Description
CPP14Parser.ExpressionStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitForInitStatement(CPP14Parser.ForInitStatementContext)

Visit a parse tree produced by forInitStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitForInitStatement(CPP14Parser.ForInitStatementContext context)
Parameters
Type Name Description
CPP14Parser.ForInitStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitForRangeDeclaration(CPP14Parser.ForRangeDeclarationContext)

Visit a parse tree produced by forRangeDeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitForRangeDeclaration(CPP14Parser.ForRangeDeclarationContext context)
Parameters
Type Name Description
CPP14Parser.ForRangeDeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitForRangeInitializer(CPP14Parser.ForRangeInitializerContext)

Visit a parse tree produced by forRangeInitializer().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitForRangeInitializer(CPP14Parser.ForRangeInitializerContext context)
Parameters
Type Name Description
CPP14Parser.ForRangeInitializerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunctionBody(CPP14Parser.FunctionBodyContext)

Visit a parse tree produced by functionBody().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunctionBody(CPP14Parser.FunctionBodyContext context)
Parameters
Type Name Description
CPP14Parser.FunctionBodyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunctionDefinition(CPP14Parser.FunctionDefinitionContext)

Visit a parse tree produced by functionDefinition().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunctionDefinition(CPP14Parser.FunctionDefinitionContext context)
Parameters
Type Name Description
CPP14Parser.FunctionDefinitionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunctionSpecifier(CPP14Parser.FunctionSpecifierContext)

Visit a parse tree produced by functionSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunctionSpecifier(CPP14Parser.FunctionSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.FunctionSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunctionTryBlock(CPP14Parser.FunctionTryBlockContext)

Visit a parse tree produced by functionTryBlock().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunctionTryBlock(CPP14Parser.FunctionTryBlockContext context)
Parameters
Type Name Description
CPP14Parser.FunctionTryBlockContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitHandler(CPP14Parser.HandlerContext)

Visit a parse tree produced by handler().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitHandler(CPP14Parser.HandlerContext context)
Parameters
Type Name Description
CPP14Parser.HandlerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitHandlerSeq(CPP14Parser.HandlerSeqContext)

Visit a parse tree produced by handlerSeq().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitHandlerSeq(CPP14Parser.HandlerSeqContext context)
Parameters
Type Name Description
CPP14Parser.HandlerSeqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIdExpression(CPP14Parser.IdExpressionContext)

Visit a parse tree produced by idExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIdExpression(CPP14Parser.IdExpressionContext context)
Parameters
Type Name Description
CPP14Parser.IdExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInclusiveOrExpression(CPP14Parser.InclusiveOrExpressionContext)

Visit a parse tree produced by inclusiveOrExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitInclusiveOrExpression(CPP14Parser.InclusiveOrExpressionContext context)
Parameters
Type Name Description
CPP14Parser.InclusiveOrExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInitcapture(CPP14Parser.InitcaptureContext)

Visit a parse tree produced by initcapture().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitInitcapture(CPP14Parser.InitcaptureContext context)
Parameters
Type Name Description
CPP14Parser.InitcaptureContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInitDeclarator(CPP14Parser.InitDeclaratorContext)

Visit a parse tree produced by initDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitInitDeclarator(CPP14Parser.InitDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.InitDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInitDeclaratorList(CPP14Parser.InitDeclaratorListContext)

Visit a parse tree produced by initDeclaratorList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitInitDeclaratorList(CPP14Parser.InitDeclaratorListContext context)
Parameters
Type Name Description
CPP14Parser.InitDeclaratorListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInitializer(CPP14Parser.InitializerContext)

Visit a parse tree produced by initializer().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitInitializer(CPP14Parser.InitializerContext context)
Parameters
Type Name Description
CPP14Parser.InitializerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInitializerClause(CPP14Parser.InitializerClauseContext)

Visit a parse tree produced by initializerClause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitInitializerClause(CPP14Parser.InitializerClauseContext context)
Parameters
Type Name Description
CPP14Parser.InitializerClauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInitializerList(CPP14Parser.InitializerListContext)

Visit a parse tree produced by initializerList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitInitializerList(CPP14Parser.InitializerListContext context)
Parameters
Type Name Description
CPP14Parser.InitializerListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIterationStatement(CPP14Parser.IterationStatementContext)

Visit a parse tree produced by iterationStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIterationStatement(CPP14Parser.IterationStatementContext context)
Parameters
Type Name Description
CPP14Parser.IterationStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitJumpStatement(CPP14Parser.JumpStatementContext)

Visit a parse tree produced by jumpStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitJumpStatement(CPP14Parser.JumpStatementContext context)
Parameters
Type Name Description
CPP14Parser.JumpStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLabeledStatement(CPP14Parser.LabeledStatementContext)

Visit a parse tree produced by labeledStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLabeledStatement(CPP14Parser.LabeledStatementContext context)
Parameters
Type Name Description
CPP14Parser.LabeledStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLambdaCapture(CPP14Parser.LambdaCaptureContext)

Visit a parse tree produced by lambdaCapture().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLambdaCapture(CPP14Parser.LambdaCaptureContext context)
Parameters
Type Name Description
CPP14Parser.LambdaCaptureContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLambdaDeclarator(CPP14Parser.LambdaDeclaratorContext)

Visit a parse tree produced by lambdaDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLambdaDeclarator(CPP14Parser.LambdaDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.LambdaDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLambdaExpression(CPP14Parser.LambdaExpressionContext)

Visit a parse tree produced by lambdaExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLambdaExpression(CPP14Parser.LambdaExpressionContext context)
Parameters
Type Name Description
CPP14Parser.LambdaExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLambdaIntroducer(CPP14Parser.LambdaIntroducerContext)

Visit a parse tree produced by lambdaIntroducer().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLambdaIntroducer(CPP14Parser.LambdaIntroducerContext context)
Parameters
Type Name Description
CPP14Parser.LambdaIntroducerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLinkageSpecification(CPP14Parser.LinkageSpecificationContext)

Visit a parse tree produced by linkageSpecification().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLinkageSpecification(CPP14Parser.LinkageSpecificationContext context)
Parameters
Type Name Description
CPP14Parser.LinkageSpecificationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLiteral(CPP14Parser.LiteralContext)

Visit a parse tree produced by literal().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLiteral(CPP14Parser.LiteralContext context)
Parameters
Type Name Description
CPP14Parser.LiteralContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLiteralOperatorId(CPP14Parser.LiteralOperatorIdContext)

Visit a parse tree produced by literalOperatorId().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLiteralOperatorId(CPP14Parser.LiteralOperatorIdContext context)
Parameters
Type Name Description
CPP14Parser.LiteralOperatorIdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLogicalAndExpression(CPP14Parser.LogicalAndExpressionContext)

Visit a parse tree produced by logicalAndExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLogicalAndExpression(CPP14Parser.LogicalAndExpressionContext context)
Parameters
Type Name Description
CPP14Parser.LogicalAndExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLogicalOrExpression(CPP14Parser.LogicalOrExpressionContext)

Visit a parse tree produced by logicalOrExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLogicalOrExpression(CPP14Parser.LogicalOrExpressionContext context)
Parameters
Type Name Description
CPP14Parser.LogicalOrExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMemberdeclaration(CPP14Parser.MemberdeclarationContext)

Visit a parse tree produced by memberdeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMemberdeclaration(CPP14Parser.MemberdeclarationContext context)
Parameters
Type Name Description
CPP14Parser.MemberdeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMemberDeclarator(CPP14Parser.MemberDeclaratorContext)

Visit a parse tree produced by memberDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMemberDeclarator(CPP14Parser.MemberDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.MemberDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMemberDeclaratorList(CPP14Parser.MemberDeclaratorListContext)

Visit a parse tree produced by memberDeclaratorList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMemberDeclaratorList(CPP14Parser.MemberDeclaratorListContext context)
Parameters
Type Name Description
CPP14Parser.MemberDeclaratorListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMemberSpecification(CPP14Parser.MemberSpecificationContext)

Visit a parse tree produced by memberSpecification().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMemberSpecification(CPP14Parser.MemberSpecificationContext context)
Parameters
Type Name Description
CPP14Parser.MemberSpecificationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMemInitializer(CPP14Parser.MemInitializerContext)

Visit a parse tree produced by memInitializer().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMemInitializer(CPP14Parser.MemInitializerContext context)
Parameters
Type Name Description
CPP14Parser.MemInitializerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMeminitializerid(CPP14Parser.MeminitializeridContext)

Visit a parse tree produced by meminitializerid().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMeminitializerid(CPP14Parser.MeminitializeridContext context)
Parameters
Type Name Description
CPP14Parser.MeminitializeridContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMemInitializerList(CPP14Parser.MemInitializerListContext)

Visit a parse tree produced by memInitializerList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMemInitializerList(CPP14Parser.MemInitializerListContext context)
Parameters
Type Name Description
CPP14Parser.MemInitializerListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMultiplicativeExpression(CPP14Parser.MultiplicativeExpressionContext)

Visit a parse tree produced by multiplicativeExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMultiplicativeExpression(CPP14Parser.MultiplicativeExpressionContext context)
Parameters
Type Name Description
CPP14Parser.MultiplicativeExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNamespaceAlias(CPP14Parser.NamespaceAliasContext)

Visit a parse tree produced by namespaceAlias().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNamespaceAlias(CPP14Parser.NamespaceAliasContext context)
Parameters
Type Name Description
CPP14Parser.NamespaceAliasContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNamespaceAliasDefinition(CPP14Parser.NamespaceAliasDefinitionContext)

Visit a parse tree produced by namespaceAliasDefinition().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNamespaceAliasDefinition(CPP14Parser.NamespaceAliasDefinitionContext context)
Parameters
Type Name Description
CPP14Parser.NamespaceAliasDefinitionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNamespaceDefinition(CPP14Parser.NamespaceDefinitionContext)

Visit a parse tree produced by namespaceDefinition().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNamespaceDefinition(CPP14Parser.NamespaceDefinitionContext context)
Parameters
Type Name Description
CPP14Parser.NamespaceDefinitionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNamespaceName(CPP14Parser.NamespaceNameContext)

Visit a parse tree produced by namespaceName().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNamespaceName(CPP14Parser.NamespaceNameContext context)
Parameters
Type Name Description
CPP14Parser.NamespaceNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNestedNameSpecifier(CPP14Parser.NestedNameSpecifierContext)

Visit a parse tree produced by nestedNameSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNestedNameSpecifier(CPP14Parser.NestedNameSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.NestedNameSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNewDeclarator(CPP14Parser.NewDeclaratorContext)

Visit a parse tree produced by newDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNewDeclarator(CPP14Parser.NewDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.NewDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNewExpression(CPP14Parser.NewExpressionContext)

Visit a parse tree produced by newExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNewExpression(CPP14Parser.NewExpressionContext context)
Parameters
Type Name Description
CPP14Parser.NewExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNewInitializer(CPP14Parser.NewInitializerContext)

Visit a parse tree produced by newInitializer().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNewInitializer(CPP14Parser.NewInitializerContext context)
Parameters
Type Name Description
CPP14Parser.NewInitializerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNewPlacement(CPP14Parser.NewPlacementContext)

Visit a parse tree produced by newPlacement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNewPlacement(CPP14Parser.NewPlacementContext context)
Parameters
Type Name Description
CPP14Parser.NewPlacementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNewTypeId(CPP14Parser.NewTypeIdContext)

Visit a parse tree produced by newTypeId().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNewTypeId(CPP14Parser.NewTypeIdContext context)
Parameters
Type Name Description
CPP14Parser.NewTypeIdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNoeExceptSpecification(CPP14Parser.NoeExceptSpecificationContext)

Visit a parse tree produced by noeExceptSpecification().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNoeExceptSpecification(CPP14Parser.NoeExceptSpecificationContext context)
Parameters
Type Name Description
CPP14Parser.NoeExceptSpecificationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNoExceptExpression(CPP14Parser.NoExceptExpressionContext)

Visit a parse tree produced by noExceptExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNoExceptExpression(CPP14Parser.NoExceptExpressionContext context)
Parameters
Type Name Description
CPP14Parser.NoExceptExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNoPointerAbstractDeclarator(CPP14Parser.NoPointerAbstractDeclaratorContext)

Visit a parse tree produced by noPointerAbstractDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNoPointerAbstractDeclarator(CPP14Parser.NoPointerAbstractDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.NoPointerAbstractDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNoPointerAbstractPackDeclarator(CPP14Parser.NoPointerAbstractPackDeclaratorContext)

Visit a parse tree produced by noPointerAbstractPackDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNoPointerAbstractPackDeclarator(CPP14Parser.NoPointerAbstractPackDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.NoPointerAbstractPackDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNoPointerDeclarator(CPP14Parser.NoPointerDeclaratorContext)

Visit a parse tree produced by noPointerDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNoPointerDeclarator(CPP14Parser.NoPointerDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.NoPointerDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNoPointerNewDeclarator(CPP14Parser.NoPointerNewDeclaratorContext)

Visit a parse tree produced by noPointerNewDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNoPointerNewDeclarator(CPP14Parser.NoPointerNewDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.NoPointerNewDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOpaqueEnumDeclaration(CPP14Parser.OpaqueEnumDeclarationContext)

Visit a parse tree produced by opaqueEnumDeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOpaqueEnumDeclaration(CPP14Parser.OpaqueEnumDeclarationContext context)
Parameters
Type Name Description
CPP14Parser.OpaqueEnumDeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOperatorFunctionId(CPP14Parser.OperatorFunctionIdContext)

Visit a parse tree produced by operatorFunctionId().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOperatorFunctionId(CPP14Parser.OperatorFunctionIdContext context)
Parameters
Type Name Description
CPP14Parser.OperatorFunctionIdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOriginalNamespaceName(CPP14Parser.OriginalNamespaceNameContext)

Visit a parse tree produced by originalNamespaceName().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOriginalNamespaceName(CPP14Parser.OriginalNamespaceNameContext context)
Parameters
Type Name Description
CPP14Parser.OriginalNamespaceNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParameterDeclaration(CPP14Parser.ParameterDeclarationContext)

Visit a parse tree produced by parameterDeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitParameterDeclaration(CPP14Parser.ParameterDeclarationContext context)
Parameters
Type Name Description
CPP14Parser.ParameterDeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParameterDeclarationClause(CPP14Parser.ParameterDeclarationClauseContext)

Visit a parse tree produced by parameterDeclarationClause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitParameterDeclarationClause(CPP14Parser.ParameterDeclarationClauseContext context)
Parameters
Type Name Description
CPP14Parser.ParameterDeclarationClauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParameterDeclarationList(CPP14Parser.ParameterDeclarationListContext)

Visit a parse tree produced by parameterDeclarationList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitParameterDeclarationList(CPP14Parser.ParameterDeclarationListContext context)
Parameters
Type Name Description
CPP14Parser.ParameterDeclarationListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParametersAndQualifiers(CPP14Parser.ParametersAndQualifiersContext)

Visit a parse tree produced by parametersAndQualifiers().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitParametersAndQualifiers(CPP14Parser.ParametersAndQualifiersContext context)
Parameters
Type Name Description
CPP14Parser.ParametersAndQualifiersContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPointerAbstractDeclarator(CPP14Parser.PointerAbstractDeclaratorContext)

Visit a parse tree produced by pointerAbstractDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPointerAbstractDeclarator(CPP14Parser.PointerAbstractDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.PointerAbstractDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPointerDeclarator(CPP14Parser.PointerDeclaratorContext)

Visit a parse tree produced by pointerDeclarator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPointerDeclarator(CPP14Parser.PointerDeclaratorContext context)
Parameters
Type Name Description
CPP14Parser.PointerDeclaratorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPointerMemberExpression(CPP14Parser.PointerMemberExpressionContext)

Visit a parse tree produced by pointerMemberExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPointerMemberExpression(CPP14Parser.PointerMemberExpressionContext context)
Parameters
Type Name Description
CPP14Parser.PointerMemberExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPointerOperator(CPP14Parser.PointerOperatorContext)

Visit a parse tree produced by pointerOperator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPointerOperator(CPP14Parser.PointerOperatorContext context)
Parameters
Type Name Description
CPP14Parser.PointerOperatorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPostfixExpression(CPP14Parser.PostfixExpressionContext)

Visit a parse tree produced by postfixExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPostfixExpression(CPP14Parser.PostfixExpressionContext context)
Parameters
Type Name Description
CPP14Parser.PostfixExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPrimaryExpression(CPP14Parser.PrimaryExpressionContext)

Visit a parse tree produced by primaryExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPrimaryExpression(CPP14Parser.PrimaryExpressionContext context)
Parameters
Type Name Description
CPP14Parser.PrimaryExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPseudoDestructorName(CPP14Parser.PseudoDestructorNameContext)

Visit a parse tree produced by pseudoDestructorName().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPseudoDestructorName(CPP14Parser.PseudoDestructorNameContext context)
Parameters
Type Name Description
CPP14Parser.PseudoDestructorNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPureSpecifier(CPP14Parser.PureSpecifierContext)

Visit a parse tree produced by pureSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPureSpecifier(CPP14Parser.PureSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.PureSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitQualifiedId(CPP14Parser.QualifiedIdContext)

Visit a parse tree produced by qualifiedId().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitQualifiedId(CPP14Parser.QualifiedIdContext context)
Parameters
Type Name Description
CPP14Parser.QualifiedIdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitQualifiednamespacespecifier(CPP14Parser.QualifiednamespacespecifierContext)

Visit a parse tree produced by qualifiednamespacespecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitQualifiednamespacespecifier(CPP14Parser.QualifiednamespacespecifierContext context)
Parameters
Type Name Description
CPP14Parser.QualifiednamespacespecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRefqualifier(CPP14Parser.RefqualifierContext)

Visit a parse tree produced by refqualifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRefqualifier(CPP14Parser.RefqualifierContext context)
Parameters
Type Name Description
CPP14Parser.RefqualifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRelationalExpression(CPP14Parser.RelationalExpressionContext)

Visit a parse tree produced by relationalExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRelationalExpression(CPP14Parser.RelationalExpressionContext context)
Parameters
Type Name Description
CPP14Parser.RelationalExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSelectionStatement(CPP14Parser.SelectionStatementContext)

Visit a parse tree produced by selectionStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSelectionStatement(CPP14Parser.SelectionStatementContext context)
Parameters
Type Name Description
CPP14Parser.SelectionStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitShiftExpression(CPP14Parser.ShiftExpressionContext)

Visit a parse tree produced by shiftExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitShiftExpression(CPP14Parser.ShiftExpressionContext context)
Parameters
Type Name Description
CPP14Parser.ShiftExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitShiftOperator(CPP14Parser.ShiftOperatorContext)

Visit a parse tree produced by shiftOperator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitShiftOperator(CPP14Parser.ShiftOperatorContext context)
Parameters
Type Name Description
CPP14Parser.ShiftOperatorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSimpleCapture(CPP14Parser.SimpleCaptureContext)

Visit a parse tree produced by simpleCapture().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSimpleCapture(CPP14Parser.SimpleCaptureContext context)
Parameters
Type Name Description
CPP14Parser.SimpleCaptureContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSimpleDeclaration(CPP14Parser.SimpleDeclarationContext)

Visit a parse tree produced by simpleDeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSimpleDeclaration(CPP14Parser.SimpleDeclarationContext context)
Parameters
Type Name Description
CPP14Parser.SimpleDeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSimpleTemplateId(CPP14Parser.SimpleTemplateIdContext)

Visit a parse tree produced by simpleTemplateId().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSimpleTemplateId(CPP14Parser.SimpleTemplateIdContext context)
Parameters
Type Name Description
CPP14Parser.SimpleTemplateIdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSimpleTypeLengthModifier(CPP14Parser.SimpleTypeLengthModifierContext)

Visit a parse tree produced by simpleTypeLengthModifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSimpleTypeLengthModifier(CPP14Parser.SimpleTypeLengthModifierContext context)
Parameters
Type Name Description
CPP14Parser.SimpleTypeLengthModifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSimpleTypeSignednessModifier(CPP14Parser.SimpleTypeSignednessModifierContext)

Visit a parse tree produced by simpleTypeSignednessModifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSimpleTypeSignednessModifier(CPP14Parser.SimpleTypeSignednessModifierContext context)
Parameters
Type Name Description
CPP14Parser.SimpleTypeSignednessModifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSimpleTypeSpecifier(CPP14Parser.SimpleTypeSpecifierContext)

Visit a parse tree produced by simpleTypeSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSimpleTypeSpecifier(CPP14Parser.SimpleTypeSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.SimpleTypeSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStatement(CPP14Parser.StatementContext)

Visit a parse tree produced by statement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitStatement(CPP14Parser.StatementContext context)
Parameters
Type Name Description
CPP14Parser.StatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStatementSeq(CPP14Parser.StatementSeqContext)

Visit a parse tree produced by statementSeq().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitStatementSeq(CPP14Parser.StatementSeqContext context)
Parameters
Type Name Description
CPP14Parser.StatementSeqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStaticAssertDeclaration(CPP14Parser.StaticAssertDeclarationContext)

Visit a parse tree produced by staticAssertDeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitStaticAssertDeclaration(CPP14Parser.StaticAssertDeclarationContext context)
Parameters
Type Name Description
CPP14Parser.StaticAssertDeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStorageClassSpecifier(CPP14Parser.StorageClassSpecifierContext)

Visit a parse tree produced by storageClassSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitStorageClassSpecifier(CPP14Parser.StorageClassSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.StorageClassSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTemplateArgument(CPP14Parser.TemplateArgumentContext)

Visit a parse tree produced by templateArgument().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTemplateArgument(CPP14Parser.TemplateArgumentContext context)
Parameters
Type Name Description
CPP14Parser.TemplateArgumentContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTemplateArgumentList(CPP14Parser.TemplateArgumentListContext)

Visit a parse tree produced by templateArgumentList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTemplateArgumentList(CPP14Parser.TemplateArgumentListContext context)
Parameters
Type Name Description
CPP14Parser.TemplateArgumentListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTemplateDeclaration(CPP14Parser.TemplateDeclarationContext)

Visit a parse tree produced by templateDeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTemplateDeclaration(CPP14Parser.TemplateDeclarationContext context)
Parameters
Type Name Description
CPP14Parser.TemplateDeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTemplateId(CPP14Parser.TemplateIdContext)

Visit a parse tree produced by templateId().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTemplateId(CPP14Parser.TemplateIdContext context)
Parameters
Type Name Description
CPP14Parser.TemplateIdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTemplateName(CPP14Parser.TemplateNameContext)

Visit a parse tree produced by templateName().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTemplateName(CPP14Parser.TemplateNameContext context)
Parameters
Type Name Description
CPP14Parser.TemplateNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTemplateParameter(CPP14Parser.TemplateParameterContext)

Visit a parse tree produced by templateParameter().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTemplateParameter(CPP14Parser.TemplateParameterContext context)
Parameters
Type Name Description
CPP14Parser.TemplateParameterContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTemplateparameterList(CPP14Parser.TemplateparameterListContext)

Visit a parse tree produced by templateparameterList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTemplateparameterList(CPP14Parser.TemplateparameterListContext context)
Parameters
Type Name Description
CPP14Parser.TemplateparameterListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTheOperator(CPP14Parser.TheOperatorContext)

Visit a parse tree produced by theOperator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTheOperator(CPP14Parser.TheOperatorContext context)
Parameters
Type Name Description
CPP14Parser.TheOperatorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTheTypeId(CPP14Parser.TheTypeIdContext)

Visit a parse tree produced by theTypeId().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTheTypeId(CPP14Parser.TheTypeIdContext context)
Parameters
Type Name Description
CPP14Parser.TheTypeIdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTheTypeName(CPP14Parser.TheTypeNameContext)

Visit a parse tree produced by theTypeName().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTheTypeName(CPP14Parser.TheTypeNameContext context)
Parameters
Type Name Description
CPP14Parser.TheTypeNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitThrowExpression(CPP14Parser.ThrowExpressionContext)

Visit a parse tree produced by throwExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitThrowExpression(CPP14Parser.ThrowExpressionContext context)
Parameters
Type Name Description
CPP14Parser.ThrowExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTrailingReturnType(CPP14Parser.TrailingReturnTypeContext)

Visit a parse tree produced by trailingReturnType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTrailingReturnType(CPP14Parser.TrailingReturnTypeContext context)
Parameters
Type Name Description
CPP14Parser.TrailingReturnTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTrailingTypeSpecifier(CPP14Parser.TrailingTypeSpecifierContext)

Visit a parse tree produced by trailingTypeSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTrailingTypeSpecifier(CPP14Parser.TrailingTypeSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.TrailingTypeSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTrailingTypeSpecifierSeq(CPP14Parser.TrailingTypeSpecifierSeqContext)

Visit a parse tree produced by trailingTypeSpecifierSeq().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTrailingTypeSpecifierSeq(CPP14Parser.TrailingTypeSpecifierSeqContext context)
Parameters
Type Name Description
CPP14Parser.TrailingTypeSpecifierSeqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTranslationUnit(CPP14Parser.TranslationUnitContext)

Visit a parse tree produced by translationUnit().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTranslationUnit(CPP14Parser.TranslationUnitContext context)
Parameters
Type Name Description
CPP14Parser.TranslationUnitContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTryBlock(CPP14Parser.TryBlockContext)

Visit a parse tree produced by tryBlock().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTryBlock(CPP14Parser.TryBlockContext context)
Parameters
Type Name Description
CPP14Parser.TryBlockContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypedefName(CPP14Parser.TypedefNameContext)

Visit a parse tree produced by typedefName().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypedefName(CPP14Parser.TypedefNameContext context)
Parameters
Type Name Description
CPP14Parser.TypedefNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeIdList(CPP14Parser.TypeIdListContext)

Visit a parse tree produced by typeIdList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeIdList(CPP14Parser.TypeIdListContext context)
Parameters
Type Name Description
CPP14Parser.TypeIdListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeIdOfTheTypeId(CPP14Parser.TypeIdOfTheTypeIdContext)

Visit a parse tree produced by typeIdOfTheTypeId().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeIdOfTheTypeId(CPP14Parser.TypeIdOfTheTypeIdContext context)
Parameters
Type Name Description
CPP14Parser.TypeIdOfTheTypeIdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeNameSpecifier(CPP14Parser.TypeNameSpecifierContext)

Visit a parse tree produced by typeNameSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeNameSpecifier(CPP14Parser.TypeNameSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.TypeNameSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeParameter(CPP14Parser.TypeParameterContext)

Visit a parse tree produced by typeParameter().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeParameter(CPP14Parser.TypeParameterContext context)
Parameters
Type Name Description
CPP14Parser.TypeParameterContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeSpecifier(CPP14Parser.TypeSpecifierContext)

Visit a parse tree produced by typeSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeSpecifier(CPP14Parser.TypeSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.TypeSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeSpecifierSeq(CPP14Parser.TypeSpecifierSeqContext)

Visit a parse tree produced by typeSpecifierSeq().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeSpecifierSeq(CPP14Parser.TypeSpecifierSeqContext context)
Parameters
Type Name Description
CPP14Parser.TypeSpecifierSeqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitUnaryExpression(CPP14Parser.UnaryExpressionContext)

Visit a parse tree produced by unaryExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitUnaryExpression(CPP14Parser.UnaryExpressionContext context)
Parameters
Type Name Description
CPP14Parser.UnaryExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitUnaryOperator(CPP14Parser.UnaryOperatorContext)

Visit a parse tree produced by unaryOperator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitUnaryOperator(CPP14Parser.UnaryOperatorContext context)
Parameters
Type Name Description
CPP14Parser.UnaryOperatorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitUnqualifiedId(CPP14Parser.UnqualifiedIdContext)

Visit a parse tree produced by unqualifiedId().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitUnqualifiedId(CPP14Parser.UnqualifiedIdContext context)
Parameters
Type Name Description
CPP14Parser.UnqualifiedIdContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitUsingDeclaration(CPP14Parser.UsingDeclarationContext)

Visit a parse tree produced by usingDeclaration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitUsingDeclaration(CPP14Parser.UsingDeclarationContext context)
Parameters
Type Name Description
CPP14Parser.UsingDeclarationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitUsingDirective(CPP14Parser.UsingDirectiveContext)

Visit a parse tree produced by usingDirective().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitUsingDirective(CPP14Parser.UsingDirectiveContext context)
Parameters
Type Name Description
CPP14Parser.UsingDirectiveContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVirtualSpecifier(CPP14Parser.VirtualSpecifierContext)

Visit a parse tree produced by virtualSpecifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVirtualSpecifier(CPP14Parser.VirtualSpecifierContext context)
Parameters
Type Name Description
CPP14Parser.VirtualSpecifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVirtualSpecifierSeq(CPP14Parser.VirtualSpecifierSeqContext)

Visit a parse tree produced by virtualSpecifierSeq().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVirtualSpecifierSeq(CPP14Parser.VirtualSpecifierSeqContext context)
Parameters
Type Name Description
CPP14Parser.VirtualSpecifierSeqContext context

The parse tree.

Returns
Type Description
Result

Implements

ICPP14ParserVisitor<Result>
IParseTreeVisitor<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX