Interface IPowerBuilderDWParserListener
This interface defines a complete listener for a parse tree produced by PowerBuilderDWParser.
Namespace: GCore.Antlr.Grammers.Powerbuilderdw
Assembly: Powerbuilderdw.dll
Syntax
public interface IPowerBuilderDWParserListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterArray_decl_sub(PowerBuilderDWParser.Array_decl_subContext)
Enter a parse tree produced by array_decl_sub().
Declaration
void EnterArray_decl_sub(PowerBuilderDWParser.Array_decl_subContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Array_decl_subContext | context | The parse tree. |
EnterAtom_sub_call1(PowerBuilderDWParser.Atom_sub_call1Context)
Enter a parse tree produced by atom_sub_call1().
Declaration
void EnterAtom_sub_call1(PowerBuilderDWParser.Atom_sub_call1Context context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Atom_sub_call1Context | context | The parse tree. |
EnterAtom_sub_member1(PowerBuilderDWParser.Atom_sub_member1Context)
Enter a parse tree produced by atom_sub_member1().
Declaration
void EnterAtom_sub_member1(PowerBuilderDWParser.Atom_sub_member1Context context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Atom_sub_member1Context | context | The parse tree. |
EnterAttribute_name(PowerBuilderDWParser.Attribute_nameContext)
Enter a parse tree produced by attribute_name().
Declaration
void EnterAttribute_name(PowerBuilderDWParser.Attribute_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Attribute_nameContext | context | The parse tree. |
EnterAttribute_value(PowerBuilderDWParser.Attribute_valueContext)
Enter a parse tree produced by attribute_value().
Declaration
void EnterAttribute_value(PowerBuilderDWParser.Attribute_valueContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Attribute_valueContext | context | The parse tree. |
EnterBoolean_atom(PowerBuilderDWParser.Boolean_atomContext)
Enter a parse tree produced by boolean_atom().
Declaration
void EnterBoolean_atom(PowerBuilderDWParser.Boolean_atomContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Boolean_atomContext | context | The parse tree. |
EnterClose_call_sub(PowerBuilderDWParser.Close_call_subContext)
Enter a parse tree produced by close_call_sub().
Declaration
void EnterClose_call_sub(PowerBuilderDWParser.Close_call_subContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Close_call_subContext | context | The parse tree. |
EnterColumn_attribute(PowerBuilderDWParser.Column_attributeContext)
Enter a parse tree produced by column_attribute().
Declaration
void EnterColumn_attribute(PowerBuilderDWParser.Column_attributeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Column_attributeContext | context | The parse tree. |
EnterDataTypeSub(PowerBuilderDWParser.DataTypeSubContext)
Enter a parse tree produced by dataTypeSub().
Declaration
void EnterDataTypeSub(PowerBuilderDWParser.DataTypeSubContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.DataTypeSubContext | context | The parse tree. |
EnterDatawindow_property(PowerBuilderDWParser.Datawindow_propertyContext)
Enter a parse tree produced by datawindow_property().
Declaration
void EnterDatawindow_property(PowerBuilderDWParser.Datawindow_propertyContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Datawindow_propertyContext | context | The parse tree. |
EnterDatawindow_property_attribute_sub(PowerBuilderDWParser.Datawindow_property_attribute_subContext)
Enter a parse tree produced by datawindow_property_attribute_sub().
Declaration
void EnterDatawindow_property_attribute_sub(PowerBuilderDWParser.Datawindow_property_attribute_subContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Datawindow_property_attribute_subContext | context | The parse tree. |
EnterDatawindow_rule(PowerBuilderDWParser.Datawindow_ruleContext)
Enter a parse tree produced by datawindow_rule().
Declaration
void EnterDatawindow_rule(PowerBuilderDWParser.Datawindow_ruleContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Datawindow_ruleContext | context | The parse tree. |
EnterExpression(PowerBuilderDWParser.ExpressionContext)
Enter a parse tree produced by expression().
Declaration
void EnterExpression(PowerBuilderDWParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.ExpressionContext | context | The parse tree. |
EnterExpression_list(PowerBuilderDWParser.Expression_listContext)
Enter a parse tree produced by expression_list().
Declaration
void EnterExpression_list(PowerBuilderDWParser.Expression_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Expression_listContext | context | The parse tree. |
EnterHeader_rule(PowerBuilderDWParser.Header_ruleContext)
Enter a parse tree produced by header_rule().
Declaration
void EnterHeader_rule(PowerBuilderDWParser.Header_ruleContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Header_ruleContext | context | The parse tree. |
EnterIdentifier(PowerBuilderDWParser.IdentifierContext)
Enter a parse tree produced by identifier().
Declaration
void EnterIdentifier(PowerBuilderDWParser.IdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.IdentifierContext | context | The parse tree. |
EnterIdentifier_name(PowerBuilderDWParser.Identifier_nameContext)
Enter a parse tree produced by identifier_name().
Declaration
void EnterIdentifier_name(PowerBuilderDWParser.Identifier_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Identifier_nameContext | context | The parse tree. |
EnterIdentifier_name_ex(PowerBuilderDWParser.Identifier_name_exContext)
Enter a parse tree produced by identifier_name_ex().
Declaration
void EnterIdentifier_name_ex(PowerBuilderDWParser.Identifier_name_exContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Identifier_name_exContext | context | The parse tree. |
EnterNumeric_atom(PowerBuilderDWParser.Numeric_atomContext)
Enter a parse tree produced by numeric_atom().
Declaration
void EnterNumeric_atom(PowerBuilderDWParser.Numeric_atomContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Numeric_atomContext | context | The parse tree. |
EnterRetrieve_attribute(PowerBuilderDWParser.Retrieve_attributeContext)
Enter a parse tree produced by retrieve_attribute().
Declaration
void EnterRetrieve_attribute(PowerBuilderDWParser.Retrieve_attributeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Retrieve_attributeContext | context | The parse tree. |
EnterStart_rule(PowerBuilderDWParser.Start_ruleContext)
Enter a parse tree produced by start_rule().
Declaration
void EnterStart_rule(PowerBuilderDWParser.Start_ruleContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Start_ruleContext | context | The parse tree. |
EnterTable_attribute(PowerBuilderDWParser.Table_attributeContext)
Enter a parse tree produced by table_attribute().
Declaration
void EnterTable_attribute(PowerBuilderDWParser.Table_attributeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Table_attributeContext | context | The parse tree. |
ExitArray_decl_sub(PowerBuilderDWParser.Array_decl_subContext)
Exit a parse tree produced by array_decl_sub().
Declaration
void ExitArray_decl_sub(PowerBuilderDWParser.Array_decl_subContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Array_decl_subContext | context | The parse tree. |
ExitAtom_sub_call1(PowerBuilderDWParser.Atom_sub_call1Context)
Exit a parse tree produced by atom_sub_call1().
Declaration
void ExitAtom_sub_call1(PowerBuilderDWParser.Atom_sub_call1Context context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Atom_sub_call1Context | context | The parse tree. |
ExitAtom_sub_member1(PowerBuilderDWParser.Atom_sub_member1Context)
Exit a parse tree produced by atom_sub_member1().
Declaration
void ExitAtom_sub_member1(PowerBuilderDWParser.Atom_sub_member1Context context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Atom_sub_member1Context | context | The parse tree. |
ExitAttribute_name(PowerBuilderDWParser.Attribute_nameContext)
Exit a parse tree produced by attribute_name().
Declaration
void ExitAttribute_name(PowerBuilderDWParser.Attribute_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Attribute_nameContext | context | The parse tree. |
ExitAttribute_value(PowerBuilderDWParser.Attribute_valueContext)
Exit a parse tree produced by attribute_value().
Declaration
void ExitAttribute_value(PowerBuilderDWParser.Attribute_valueContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Attribute_valueContext | context | The parse tree. |
ExitBoolean_atom(PowerBuilderDWParser.Boolean_atomContext)
Exit a parse tree produced by boolean_atom().
Declaration
void ExitBoolean_atom(PowerBuilderDWParser.Boolean_atomContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Boolean_atomContext | context | The parse tree. |
ExitClose_call_sub(PowerBuilderDWParser.Close_call_subContext)
Exit a parse tree produced by close_call_sub().
Declaration
void ExitClose_call_sub(PowerBuilderDWParser.Close_call_subContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Close_call_subContext | context | The parse tree. |
ExitColumn_attribute(PowerBuilderDWParser.Column_attributeContext)
Exit a parse tree produced by column_attribute().
Declaration
void ExitColumn_attribute(PowerBuilderDWParser.Column_attributeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Column_attributeContext | context | The parse tree. |
ExitDataTypeSub(PowerBuilderDWParser.DataTypeSubContext)
Exit a parse tree produced by dataTypeSub().
Declaration
void ExitDataTypeSub(PowerBuilderDWParser.DataTypeSubContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.DataTypeSubContext | context | The parse tree. |
ExitDatawindow_property(PowerBuilderDWParser.Datawindow_propertyContext)
Exit a parse tree produced by datawindow_property().
Declaration
void ExitDatawindow_property(PowerBuilderDWParser.Datawindow_propertyContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Datawindow_propertyContext | context | The parse tree. |
ExitDatawindow_property_attribute_sub(PowerBuilderDWParser.Datawindow_property_attribute_subContext)
Exit a parse tree produced by datawindow_property_attribute_sub().
Declaration
void ExitDatawindow_property_attribute_sub(PowerBuilderDWParser.Datawindow_property_attribute_subContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Datawindow_property_attribute_subContext | context | The parse tree. |
ExitDatawindow_rule(PowerBuilderDWParser.Datawindow_ruleContext)
Exit a parse tree produced by datawindow_rule().
Declaration
void ExitDatawindow_rule(PowerBuilderDWParser.Datawindow_ruleContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Datawindow_ruleContext | context | The parse tree. |
ExitExpression(PowerBuilderDWParser.ExpressionContext)
Exit a parse tree produced by expression().
Declaration
void ExitExpression(PowerBuilderDWParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.ExpressionContext | context | The parse tree. |
ExitExpression_list(PowerBuilderDWParser.Expression_listContext)
Exit a parse tree produced by expression_list().
Declaration
void ExitExpression_list(PowerBuilderDWParser.Expression_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Expression_listContext | context | The parse tree. |
ExitHeader_rule(PowerBuilderDWParser.Header_ruleContext)
Exit a parse tree produced by header_rule().
Declaration
void ExitHeader_rule(PowerBuilderDWParser.Header_ruleContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Header_ruleContext | context | The parse tree. |
ExitIdentifier(PowerBuilderDWParser.IdentifierContext)
Exit a parse tree produced by identifier().
Declaration
void ExitIdentifier(PowerBuilderDWParser.IdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.IdentifierContext | context | The parse tree. |
ExitIdentifier_name(PowerBuilderDWParser.Identifier_nameContext)
Exit a parse tree produced by identifier_name().
Declaration
void ExitIdentifier_name(PowerBuilderDWParser.Identifier_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Identifier_nameContext | context | The parse tree. |
ExitIdentifier_name_ex(PowerBuilderDWParser.Identifier_name_exContext)
Exit a parse tree produced by identifier_name_ex().
Declaration
void ExitIdentifier_name_ex(PowerBuilderDWParser.Identifier_name_exContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Identifier_name_exContext | context | The parse tree. |
ExitNumeric_atom(PowerBuilderDWParser.Numeric_atomContext)
Exit a parse tree produced by numeric_atom().
Declaration
void ExitNumeric_atom(PowerBuilderDWParser.Numeric_atomContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Numeric_atomContext | context | The parse tree. |
ExitRetrieve_attribute(PowerBuilderDWParser.Retrieve_attributeContext)
Exit a parse tree produced by retrieve_attribute().
Declaration
void ExitRetrieve_attribute(PowerBuilderDWParser.Retrieve_attributeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Retrieve_attributeContext | context | The parse tree. |
ExitStart_rule(PowerBuilderDWParser.Start_ruleContext)
Exit a parse tree produced by start_rule().
Declaration
void ExitStart_rule(PowerBuilderDWParser.Start_ruleContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Start_ruleContext | context | The parse tree. |
ExitTable_attribute(PowerBuilderDWParser.Table_attributeContext)
Exit a parse tree produced by table_attribute().
Declaration
void ExitTable_attribute(PowerBuilderDWParser.Table_attributeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerBuilderDWParser.Table_attributeContext | context | The parse tree. |