Class acmeBaseVisitor<Result>
This class provides an empty implementation of IacmeVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Acme
Assembly: Acme.dll
Syntax
public class acmeBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, IacmeVisitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name | Description |
---|---|
Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitAcmeAttachmentDeclaration(acmeParser.AcmeAttachmentDeclarationContext)
Visit a parse tree produced by acmeAttachmentDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeAttachmentDeclaration(acmeParser.AcmeAttachmentDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeAttachmentDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeBindingDeclaration(acmeParser.AcmeBindingDeclarationContext)
Visit a parse tree produced by acmeBindingDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeBindingDeclaration(acmeParser.AcmeBindingDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeBindingDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeBindingsMapDeclaration(acmeParser.AcmeBindingsMapDeclarationContext)
Visit a parse tree produced by acmeBindingsMapDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeBindingsMapDeclaration(acmeParser.AcmeBindingsMapDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeBindingsMapDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeComponentBody(acmeParser.AcmeComponentBodyContext)
Visit a parse tree produced by acmeComponentBody().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeComponentBody(acmeParser.AcmeComponentBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeComponentBodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeComponentDeclaration(acmeParser.AcmeComponentDeclarationContext)
Visit a parse tree produced by acmeComponentDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeComponentDeclaration(acmeParser.AcmeComponentDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeComponentDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeComponentInstantiatedTypeRef(acmeParser.AcmeComponentInstantiatedTypeRefContext)
Visit a parse tree produced by acmeComponentInstantiatedTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeComponentInstantiatedTypeRef(acmeParser.AcmeComponentInstantiatedTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeComponentInstantiatedTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeComponentTypeDeclaration(acmeParser.AcmeComponentTypeDeclarationContext)
Visit a parse tree produced by acmeComponentTypeDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeComponentTypeDeclaration(acmeParser.AcmeComponentTypeDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeComponentTypeDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeComponentTypeRef(acmeParser.AcmeComponentTypeRefContext)
Visit a parse tree produced by acmeComponentTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeComponentTypeRef(acmeParser.AcmeComponentTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeComponentTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeCompUnit(acmeParser.AcmeCompUnitContext)
Visit a parse tree produced by acmeCompUnit().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeCompUnit(acmeParser.AcmeCompUnitContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeCompUnitContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeConnectorBody(acmeParser.AcmeConnectorBodyContext)
Visit a parse tree produced by acmeConnectorBody().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeConnectorBody(acmeParser.AcmeConnectorBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeConnectorBodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeConnectorDeclaration(acmeParser.AcmeConnectorDeclarationContext)
Visit a parse tree produced by acmeConnectorDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeConnectorDeclaration(acmeParser.AcmeConnectorDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeConnectorDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeConnectorInstantiatedTypeRef(acmeParser.AcmeConnectorInstantiatedTypeRefContext)
Visit a parse tree produced by acmeConnectorInstantiatedTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeConnectorInstantiatedTypeRef(acmeParser.AcmeConnectorInstantiatedTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeConnectorInstantiatedTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeConnectorTypeDeclaration(acmeParser.AcmeConnectorTypeDeclarationContext)
Visit a parse tree produced by acmeConnectorTypeDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeConnectorTypeDeclaration(acmeParser.AcmeConnectorTypeDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeConnectorTypeDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeConnectorTypeRef(acmeParser.AcmeConnectorTypeRefContext)
Visit a parse tree produced by acmeConnectorTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeConnectorTypeRef(acmeParser.AcmeConnectorTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeConnectorTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeDesignAnalysisDeclaration(acmeParser.AcmeDesignAnalysisDeclarationContext)
Visit a parse tree produced by acmeDesignAnalysisDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeDesignAnalysisDeclaration(acmeParser.AcmeDesignAnalysisDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeDesignAnalysisDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeDesignDeclaration(acmeParser.AcmeDesignDeclarationContext)
Visit a parse tree produced by acmeDesignDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeDesignDeclaration(acmeParser.AcmeDesignDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeDesignDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeElementTypeRef(acmeParser.AcmeElementTypeRefContext)
Visit a parse tree produced by acmeElementTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeElementTypeRef(acmeParser.AcmeElementTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeElementTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeFamilyBody(acmeParser.AcmeFamilyBodyContext)
Visit a parse tree produced by acmeFamilyBody().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeFamilyBody(acmeParser.AcmeFamilyBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeFamilyBodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeFamilyDeclaration(acmeParser.AcmeFamilyDeclarationContext)
Visit a parse tree produced by acmeFamilyDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeFamilyDeclaration(acmeParser.AcmeFamilyDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeFamilyDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeFamilyInstantiationRef(acmeParser.AcmeFamilyInstantiationRefContext)
Visit a parse tree produced by acmeFamilyInstantiationRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeFamilyInstantiationRef(acmeParser.AcmeFamilyInstantiationRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeFamilyInstantiationRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeFamilyRef(acmeParser.AcmeFamilyRefContext)
Visit a parse tree produced by acmeFamilyRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeFamilyRef(acmeParser.AcmeFamilyRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeFamilyRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeGenericElementBody(acmeParser.AcmeGenericElementBodyContext)
Visit a parse tree produced by acmeGenericElementBody().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeGenericElementBody(acmeParser.AcmeGenericElementBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeGenericElementBodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeGenericElementTypeDeclaration(acmeParser.AcmeGenericElementTypeDeclarationContext)
Visit a parse tree produced by acmeGenericElementTypeDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeGenericElementTypeDeclaration(acmeParser.AcmeGenericElementTypeDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeGenericElementTypeDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeGroupBody(acmeParser.AcmeGroupBodyContext)
Visit a parse tree produced by acmeGroupBody().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeGroupBody(acmeParser.AcmeGroupBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeGroupBodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeGroupDeclaration(acmeParser.AcmeGroupDeclarationContext)
Visit a parse tree produced by acmeGroupDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeGroupDeclaration(acmeParser.AcmeGroupDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeGroupDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeGroupInstantiatedTypeRef(acmeParser.AcmeGroupInstantiatedTypeRefContext)
Visit a parse tree produced by acmeGroupInstantiatedTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeGroupInstantiatedTypeRef(acmeParser.AcmeGroupInstantiatedTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeGroupInstantiatedTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeGroupTypeDeclaration(acmeParser.AcmeGroupTypeDeclarationContext)
Visit a parse tree produced by acmeGroupTypeDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeGroupTypeDeclaration(acmeParser.AcmeGroupTypeDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeGroupTypeDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeGroupTypeRef(acmeParser.AcmeGroupTypeRefContext)
Visit a parse tree produced by acmeGroupTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeGroupTypeRef(acmeParser.AcmeGroupTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeGroupTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeImportDeclaration(acmeParser.AcmeImportDeclarationContext)
Visit a parse tree produced by acmeImportDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeImportDeclaration(acmeParser.AcmeImportDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeImportDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeInstanceRef(acmeParser.AcmeInstanceRefContext)
Visit a parse tree produced by acmeInstanceRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeInstanceRef(acmeParser.AcmeInstanceRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeInstanceRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeMembersBlock(acmeParser.AcmeMembersBlockContext)
Visit a parse tree produced by acmeMembersBlock().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeMembersBlock(acmeParser.AcmeMembersBlockContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeMembersBlockContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePortBody(acmeParser.AcmePortBodyContext)
Visit a parse tree produced by acmePortBody().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePortBody(acmeParser.AcmePortBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePortBodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePortDeclaration(acmeParser.AcmePortDeclarationContext)
Visit a parse tree produced by acmePortDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePortDeclaration(acmeParser.AcmePortDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePortDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePortInstantiatedTypeRef(acmeParser.AcmePortInstantiatedTypeRefContext)
Visit a parse tree produced by acmePortInstantiatedTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePortInstantiatedTypeRef(acmeParser.AcmePortInstantiatedTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePortInstantiatedTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePortTypeDeclaration(acmeParser.AcmePortTypeDeclarationContext)
Visit a parse tree produced by acmePortTypeDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePortTypeDeclaration(acmeParser.AcmePortTypeDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePortTypeDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePortTypeRef(acmeParser.AcmePortTypeRefContext)
Visit a parse tree produced by acmePortTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePortTypeRef(acmeParser.AcmePortTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePortTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyBlock(acmeParser.AcmePropertyBlockContext)
Visit a parse tree produced by acmePropertyBlock().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyBlock(acmeParser.AcmePropertyBlockContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyBlockContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyBlockEntry(acmeParser.AcmePropertyBlockEntryContext)
Visit a parse tree produced by acmePropertyBlockEntry().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyBlockEntry(acmeParser.AcmePropertyBlockEntryContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyBlockEntryContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyCompoundElement(acmeParser.AcmePropertyCompoundElementContext)
Visit a parse tree produced by acmePropertyCompoundElement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyCompoundElement(acmeParser.AcmePropertyCompoundElementContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyCompoundElementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyDeclaration(acmeParser.AcmePropertyDeclarationContext)
Visit a parse tree produced by acmePropertyDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyDeclaration(acmeParser.AcmePropertyDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyElement(acmeParser.AcmePropertyElementContext)
Visit a parse tree produced by acmePropertyElement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyElement(acmeParser.AcmePropertyElementContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyElementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyRecord(acmeParser.AcmePropertyRecordContext)
Visit a parse tree produced by acmePropertyRecord().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyRecord(acmeParser.AcmePropertyRecordContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyRecordContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyRecordEntry(acmeParser.AcmePropertyRecordEntryContext)
Visit a parse tree produced by acmePropertyRecordEntry().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyRecordEntry(acmeParser.AcmePropertyRecordEntryContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyRecordEntryContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyRecordFieldDescription(acmeParser.AcmePropertyRecordFieldDescriptionContext)
Visit a parse tree produced by acmePropertyRecordFieldDescription().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyRecordFieldDescription(acmeParser.AcmePropertyRecordFieldDescriptionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyRecordFieldDescriptionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertySequence(acmeParser.AcmePropertySequenceContext)
Visit a parse tree produced by acmePropertySequence().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertySequence(acmeParser.AcmePropertySequenceContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertySequenceContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertySet(acmeParser.AcmePropertySetContext)
Visit a parse tree produced by acmePropertySet().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertySet(acmeParser.AcmePropertySetContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertySetContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeAny(acmeParser.AcmePropertyTypeAnyContext)
Visit a parse tree produced by acmePropertyTypeAny().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeAny(acmeParser.AcmePropertyTypeAnyContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeAnyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeBoolean(acmeParser.AcmePropertyTypeBooleanContext)
Visit a parse tree produced by acmePropertyTypeBoolean().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeBoolean(acmeParser.AcmePropertyTypeBooleanContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeBooleanContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeDeclaration(acmeParser.AcmePropertyTypeDeclarationContext)
Visit a parse tree produced by acmePropertyTypeDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeDeclaration(acmeParser.AcmePropertyTypeDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeDeclarationRef(acmeParser.AcmePropertyTypeDeclarationRefContext)
Visit a parse tree produced by acmePropertyTypeDeclarationRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeDeclarationRef(acmeParser.AcmePropertyTypeDeclarationRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeDeclarationRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeDouble(acmeParser.AcmePropertyTypeDoubleContext)
Visit a parse tree produced by acmePropertyTypeDouble().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeDouble(acmeParser.AcmePropertyTypeDoubleContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeDoubleContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeEnum(acmeParser.AcmePropertyTypeEnumContext)
Visit a parse tree produced by acmePropertyTypeEnum().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeEnum(acmeParser.AcmePropertyTypeEnumContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeEnumContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeFloat(acmeParser.AcmePropertyTypeFloatContext)
Visit a parse tree produced by acmePropertyTypeFloat().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeFloat(acmeParser.AcmePropertyTypeFloatContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeFloatContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeInt(acmeParser.AcmePropertyTypeIntContext)
Visit a parse tree produced by acmePropertyTypeInt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeInt(acmeParser.AcmePropertyTypeIntContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeIntContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeRecord(acmeParser.AcmePropertyTypeRecordContext)
Visit a parse tree produced by acmePropertyTypeRecord().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeRecord(acmeParser.AcmePropertyTypeRecordContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeRecordContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeRef(acmeParser.AcmePropertyTypeRefContext)
Visit a parse tree produced by acmePropertyTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeRef(acmeParser.AcmePropertyTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeSequence(acmeParser.AcmePropertyTypeSequenceContext)
Visit a parse tree produced by acmePropertyTypeSequence().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeSequence(acmeParser.AcmePropertyTypeSequenceContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeSequenceContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeSet(acmeParser.AcmePropertyTypeSetContext)
Visit a parse tree produced by acmePropertyTypeSet().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeSet(acmeParser.AcmePropertyTypeSetContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeSetContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeString(acmeParser.AcmePropertyTypeStringContext)
Visit a parse tree produced by acmePropertyTypeString().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeString(acmeParser.AcmePropertyTypeStringContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeStringContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyTypeStructure(acmeParser.AcmePropertyTypeStructureContext)
Visit a parse tree produced by acmePropertyTypeStructure().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyTypeStructure(acmeParser.AcmePropertyTypeStructureContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyTypeStructureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmePropertyValueDeclaration(acmeParser.AcmePropertyValueDeclarationContext)
Visit a parse tree produced by acmePropertyValueDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmePropertyValueDeclaration(acmeParser.AcmePropertyValueDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmePropertyValueDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeRepresentationDeclaration(acmeParser.AcmeRepresentationDeclarationContext)
Visit a parse tree produced by acmeRepresentationDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeRepresentationDeclaration(acmeParser.AcmeRepresentationDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeRepresentationDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeRoleBody(acmeParser.AcmeRoleBodyContext)
Visit a parse tree produced by acmeRoleBody().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeRoleBody(acmeParser.AcmeRoleBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeRoleBodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeRoleDeclaration(acmeParser.AcmeRoleDeclarationContext)
Visit a parse tree produced by acmeRoleDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeRoleDeclaration(acmeParser.AcmeRoleDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeRoleDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeRoleInstantiatedTypeRef(acmeParser.AcmeRoleInstantiatedTypeRefContext)
Visit a parse tree produced by acmeRoleInstantiatedTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeRoleInstantiatedTypeRef(acmeParser.AcmeRoleInstantiatedTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeRoleInstantiatedTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeRoleTypeDeclaration(acmeParser.AcmeRoleTypeDeclarationContext)
Visit a parse tree produced by acmeRoleTypeDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeRoleTypeDeclaration(acmeParser.AcmeRoleTypeDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeRoleTypeDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeRoleTypeRef(acmeParser.AcmeRoleTypeRefContext)
Visit a parse tree produced by acmeRoleTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeRoleTypeRef(acmeParser.AcmeRoleTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeRoleTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeSystemBody(acmeParser.AcmeSystemBodyContext)
Visit a parse tree produced by acmeSystemBody().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeSystemBody(acmeParser.AcmeSystemBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeSystemBodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeSystemDeclaration(acmeParser.AcmeSystemDeclarationContext)
Visit a parse tree produced by acmeSystemDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeSystemDeclaration(acmeParser.AcmeSystemDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeSystemDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeTypeRef(acmeParser.AcmeTypeRefContext)
Visit a parse tree produced by acmeTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeTypeRef(acmeParser.AcmeTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeViewBody(acmeParser.AcmeViewBodyContext)
Visit a parse tree produced by acmeViewBody().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeViewBody(acmeParser.AcmeViewBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeViewBodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeViewDeclaration(acmeParser.AcmeViewDeclarationContext)
Visit a parse tree produced by acmeViewDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeViewDeclaration(acmeParser.AcmeViewDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeViewDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeViewInstantiatedTypeRef(acmeParser.AcmeViewInstantiatedTypeRefContext)
Visit a parse tree produced by acmeViewInstantiatedTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeViewInstantiatedTypeRef(acmeParser.AcmeViewInstantiatedTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeViewInstantiatedTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeViewTypeDeclaration(acmeParser.AcmeViewTypeDeclarationContext)
Visit a parse tree produced by acmeViewTypeDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeViewTypeDeclaration(acmeParser.AcmeViewTypeDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeViewTypeDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcmeViewTypeRef(acmeParser.AcmeViewTypeRefContext)
Visit a parse tree produced by acmeViewTypeRef().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcmeViewTypeRef(acmeParser.AcmeViewTypeRefContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.AcmeViewTypeRefContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitActualParams(acmeParser.ActualParamsContext)
Visit a parse tree produced by actualParams().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitActualParams(acmeParser.ActualParamsContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.ActualParamsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitASTDRImpliesExpression(acmeParser.ASTDRImpliesExpressionContext)
Visit a parse tree produced by aSTDRImpliesExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitASTDRImpliesExpression(acmeParser.ASTDRImpliesExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.ASTDRImpliesExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCodeLiteral(acmeParser.CodeLiteralContext)
Visit a parse tree produced by codeLiteral().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCodeLiteral(acmeParser.CodeLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.CodeLiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDesignRule(acmeParser.DesignRuleContext)
Visit a parse tree produced by designRule().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDesignRule(acmeParser.DesignRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.DesignRuleContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDesignRuleExpression(acmeParser.DesignRuleExpressionContext)
Visit a parse tree produced by designRuleExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDesignRuleExpression(acmeParser.DesignRuleExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.DesignRuleExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDistinctVariableSetDeclaration(acmeParser.DistinctVariableSetDeclarationContext)
Visit a parse tree produced by distinctVariableSetDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDistinctVariableSetDeclaration(acmeParser.DistinctVariableSetDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.DistinctVariableSetDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDRAdditiveExpression(acmeParser.DRAdditiveExpressionContext)
Visit a parse tree produced by dRAdditiveExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDRAdditiveExpression(acmeParser.DRAdditiveExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.DRAdditiveExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDRAndExpression(acmeParser.DRAndExpressionContext)
Visit a parse tree produced by dRAndExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDRAndExpression(acmeParser.DRAndExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.DRAndExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDREqualityExpression(acmeParser.DREqualityExpressionContext)
Visit a parse tree produced by dREqualityExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDREqualityExpression(acmeParser.DREqualityExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.DREqualityExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDRIffExpression(acmeParser.DRIffExpressionContext)
Visit a parse tree produced by dRIffExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDRIffExpression(acmeParser.DRIffExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.DRIffExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDRMultiplicativeExpression(acmeParser.DRMultiplicativeExpressionContext)
Visit a parse tree produced by dRMultiplicativeExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDRMultiplicativeExpression(acmeParser.DRMultiplicativeExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.DRMultiplicativeExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDRNegateExpression(acmeParser.DRNegateExpressionContext)
Visit a parse tree produced by dRNegateExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDRNegateExpression(acmeParser.DRNegateExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.DRNegateExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDRNegativeExpression(acmeParser.DRNegativeExpressionContext)
Visit a parse tree produced by dRNegativeExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDRNegativeExpression(acmeParser.DRNegativeExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.DRNegativeExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDRRelationalExpression(acmeParser.DRRelationalExpressionContext)
Visit a parse tree produced by dRRelationalExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDRRelationalExpression(acmeParser.DRRelationalExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.DRRelationalExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEnumidentifier(acmeParser.EnumidentifierContext)
Visit a parse tree produced by enumidentifier().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEnumidentifier(acmeParser.EnumidentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.EnumidentifierContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFilename(acmeParser.FilenameContext)
Visit a parse tree produced by filename().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFilename(acmeParser.FilenameContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.FilenameContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFormalParam(acmeParser.FormalParamContext)
Visit a parse tree produced by formalParam().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFormalParam(acmeParser.FormalParamContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.FormalParamContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIdentifier(acmeParser.IdentifierContext)
Visit a parse tree produced by identifier().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIdentifier(acmeParser.IdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.IdentifierContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLiteralConstant(acmeParser.LiteralConstantContext)
Visit a parse tree produced by literalConstant().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLiteralConstant(acmeParser.LiteralConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.LiteralConstantContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLiteralRecord(acmeParser.LiteralRecordContext)
Visit a parse tree produced by literalRecord().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLiteralRecord(acmeParser.LiteralRecordContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.LiteralRecordContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLiteralRecordEntry(acmeParser.LiteralRecordEntryContext)
Visit a parse tree produced by literalRecordEntry().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLiteralRecordEntry(acmeParser.LiteralRecordEntryContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.LiteralRecordEntryContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLiteralSequence(acmeParser.LiteralSequenceContext)
Visit a parse tree produced by literalSequence().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLiteralSequence(acmeParser.LiteralSequenceContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.LiteralSequenceContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLiteralSet(acmeParser.LiteralSetContext)
Visit a parse tree produced by literalSet().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLiteralSet(acmeParser.LiteralSetContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.LiteralSetContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitParentheticalExpression(acmeParser.ParentheticalExpressionContext)
Visit a parse tree produced by parentheticalExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitParentheticalExpression(acmeParser.ParentheticalExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.ParentheticalExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPathExpression(acmeParser.PathExpressionContext)
Visit a parse tree produced by pathExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPathExpression(acmeParser.PathExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.PathExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPathExpressionContinuation(acmeParser.PathExpressionContinuationContext)
Visit a parse tree produced by pathExpressionContinuation().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPathExpressionContinuation(acmeParser.PathExpressionContinuationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.PathExpressionContinuationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPrimitiveExpression(acmeParser.PrimitiveExpressionContext)
Visit a parse tree produced by primitiveExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPrimitiveExpression(acmeParser.PrimitiveExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.PrimitiveExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitQuantifiedExpression(acmeParser.QuantifiedExpressionContext)
Visit a parse tree produced by quantifiedExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitQuantifiedExpression(acmeParser.QuantifiedExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.QuantifiedExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitReference(acmeParser.ReferenceContext)
Visit a parse tree produced by reference().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitReference(acmeParser.ReferenceContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.ReferenceContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSequenceExpression(acmeParser.SequenceExpressionContext)
Visit a parse tree produced by sequenceExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSequenceExpression(acmeParser.SequenceExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.SequenceExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSetConstructor(acmeParser.SetConstructorContext)
Visit a parse tree produced by setConstructor().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSetConstructor(acmeParser.SetConstructorContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.SetConstructorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSetExpression(acmeParser.SetExpressionContext)
Visit a parse tree produced by setExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSetExpression(acmeParser.SetExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.SetExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSetReference(acmeParser.SetReferenceContext)
Visit a parse tree produced by setReference().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSetReference(acmeParser.SetReferenceContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.SetReferenceContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStringLiteral(acmeParser.StringLiteralContext)
Visit a parse tree produced by stringLiteral().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStringLiteral(acmeParser.StringLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.StringLiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTerminatedDesignRuleExpression(acmeParser.TerminatedDesignRuleExpressionContext)
Visit a parse tree produced by terminatedDesignRuleExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTerminatedDesignRuleExpression(acmeParser.TerminatedDesignRuleExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.TerminatedDesignRuleExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitVariableSetDeclaration(acmeParser.VariableSetDeclarationContext)
Visit a parse tree produced by variableSetDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitVariableSetDeclaration(acmeParser.VariableSetDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
acmeParser.VariableSetDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |