Show / Hide Table of Contents

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 Source

EnterCount(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX