Interface ImoleculeListener
This interface defines a complete listener for a parse tree produced by moleculeParser.
Namespace: GCore.Antlr.Grammers.Molecule
Assembly: Molecule.dll
Syntax
public interface ImoleculeListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterCount(moleculeParser.CountContext)
Enter a parse tree produced by count().
Declaration
void EnterCount(moleculeParser.CountContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.CountContext | context | The parse tree. |
EnterElement(moleculeParser.ElementContext)
Enter a parse tree produced by element().
Declaration
void EnterElement(moleculeParser.ElementContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.ElementContext | context | The parse tree. |
EnterGroup(moleculeParser.GroupContext)
Enter a parse tree produced by group().
Declaration
void EnterGroup(moleculeParser.GroupContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.GroupContext | context | The parse tree. |
EnterIon(moleculeParser.IonContext)
Enter a parse tree produced by ion().
Declaration
void EnterIon(moleculeParser.IonContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.IonContext | context | The parse tree. |
EnterMolecule(moleculeParser.MoleculeContext)
Enter a parse tree produced by molecule().
Declaration
void EnterMolecule(moleculeParser.MoleculeContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.MoleculeContext | context | The parse tree. |
EnterPart_(moleculeParser.Part_Context)
Enter a parse tree produced by part_().
Declaration
void EnterPart_(moleculeParser.Part_Context context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.Part_Context | context | The parse tree. |
EnterStructure(moleculeParser.StructureContext)
Enter a parse tree produced by structure().
Declaration
void EnterStructure(moleculeParser.StructureContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.StructureContext | context | The parse tree. |
EnterSymbol(moleculeParser.SymbolContext)
Enter a parse tree produced by symbol().
Declaration
void EnterSymbol(moleculeParser.SymbolContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.SymbolContext | context | The parse tree. |
ExitCount(moleculeParser.CountContext)
Exit a parse tree produced by count().
Declaration
void ExitCount(moleculeParser.CountContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.CountContext | context | The parse tree. |
ExitElement(moleculeParser.ElementContext)
Exit a parse tree produced by element().
Declaration
void ExitElement(moleculeParser.ElementContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.ElementContext | context | The parse tree. |
ExitGroup(moleculeParser.GroupContext)
Exit a parse tree produced by group().
Declaration
void ExitGroup(moleculeParser.GroupContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.GroupContext | context | The parse tree. |
ExitIon(moleculeParser.IonContext)
Exit a parse tree produced by ion().
Declaration
void ExitIon(moleculeParser.IonContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.IonContext | context | The parse tree. |
ExitMolecule(moleculeParser.MoleculeContext)
Exit a parse tree produced by molecule().
Declaration
void ExitMolecule(moleculeParser.MoleculeContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.MoleculeContext | context | The parse tree. |
ExitPart_(moleculeParser.Part_Context)
Exit a parse tree produced by part_().
Declaration
void ExitPart_(moleculeParser.Part_Context context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.Part_Context | context | The parse tree. |
ExitStructure(moleculeParser.StructureContext)
Exit a parse tree produced by structure().
Declaration
void ExitStructure(moleculeParser.StructureContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.StructureContext | context | The parse tree. |
ExitSymbol(moleculeParser.SymbolContext)
Exit a parse tree produced by symbol().
Declaration
void ExitSymbol(moleculeParser.SymbolContext context)
Parameters
Type | Name | Description |
---|---|---|
moleculeParser.SymbolContext | context | The parse tree. |