Show / Hide Table of Contents

Interface ICPP14ParserVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by CPP14Parser.

Namespace: GCore.Antlr.Grammers.Cpp
Assembly: Cpp.dll
Syntax
public interface 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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

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

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX