Show / Hide Table of Contents

Interface InewickListener

This interface defines a complete listener for a parse tree produced by newickParser.

Namespace: GCore.Antlr.Grammers.Newick
Assembly: Newick.dll
Syntax
public interface InewickListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterBranch(newickParser.BranchContext)

Enter a parse tree produced by branch().

Declaration
void EnterBranch(newickParser.BranchContext context)
Parameters
Type Name Description
newickParser.BranchContext context

The parse tree.

| Improve this Doc View Source

EnterBranchSet(newickParser.BranchSetContext)

Enter a parse tree produced by branchSet().

Declaration
void EnterBranchSet(newickParser.BranchSetContext context)
Parameters
Type Name Description
newickParser.BranchSetContext context

The parse tree.

| Improve this Doc View Source

EnterInternal_(newickParser.Internal_Context)

Enter a parse tree produced by internal_().

Declaration
void EnterInternal_(newickParser.Internal_Context context)
Parameters
Type Name Description
newickParser.Internal_Context context

The parse tree.

| Improve this Doc View Source

EnterLeaf(newickParser.LeafContext)

Enter a parse tree produced by leaf().

Declaration
void EnterLeaf(newickParser.LeafContext context)
Parameters
Type Name Description
newickParser.LeafContext context

The parse tree.

| Improve this Doc View Source

EnterLength(newickParser.LengthContext)

Enter a parse tree produced by length().

Declaration
void EnterLength(newickParser.LengthContext context)
Parameters
Type Name Description
newickParser.LengthContext context

The parse tree.

| Improve this Doc View Source

EnterName(newickParser.NameContext)

Enter a parse tree produced by name().

Declaration
void EnterName(newickParser.NameContext context)
Parameters
Type Name Description
newickParser.NameContext context

The parse tree.

| Improve this Doc View Source

EnterRootInternal(newickParser.RootInternalContext)

Enter a parse tree produced by rootInternal().

Declaration
void EnterRootInternal(newickParser.RootInternalContext context)
Parameters
Type Name Description
newickParser.RootInternalContext context

The parse tree.

| Improve this Doc View Source

EnterRootLeaf(newickParser.RootLeafContext)

Enter a parse tree produced by rootLeaf().

Declaration
void EnterRootLeaf(newickParser.RootLeafContext context)
Parameters
Type Name Description
newickParser.RootLeafContext context

The parse tree.

| Improve this Doc View Source

EnterSubtree(newickParser.SubtreeContext)

Enter a parse tree produced by subtree().

Declaration
void EnterSubtree(newickParser.SubtreeContext context)
Parameters
Type Name Description
newickParser.SubtreeContext context

The parse tree.

| Improve this Doc View Source

EnterTree_(newickParser.Tree_Context)

Enter a parse tree produced by tree_().

Declaration
void EnterTree_(newickParser.Tree_Context context)
Parameters
Type Name Description
newickParser.Tree_Context context

The parse tree.

| Improve this Doc View Source

ExitBranch(newickParser.BranchContext)

Exit a parse tree produced by branch().

Declaration
void ExitBranch(newickParser.BranchContext context)
Parameters
Type Name Description
newickParser.BranchContext context

The parse tree.

| Improve this Doc View Source

ExitBranchSet(newickParser.BranchSetContext)

Exit a parse tree produced by branchSet().

Declaration
void ExitBranchSet(newickParser.BranchSetContext context)
Parameters
Type Name Description
newickParser.BranchSetContext context

The parse tree.

| Improve this Doc View Source

ExitInternal_(newickParser.Internal_Context)

Exit a parse tree produced by internal_().

Declaration
void ExitInternal_(newickParser.Internal_Context context)
Parameters
Type Name Description
newickParser.Internal_Context context

The parse tree.

| Improve this Doc View Source

ExitLeaf(newickParser.LeafContext)

Exit a parse tree produced by leaf().

Declaration
void ExitLeaf(newickParser.LeafContext context)
Parameters
Type Name Description
newickParser.LeafContext context

The parse tree.

| Improve this Doc View Source

ExitLength(newickParser.LengthContext)

Exit a parse tree produced by length().

Declaration
void ExitLength(newickParser.LengthContext context)
Parameters
Type Name Description
newickParser.LengthContext context

The parse tree.

| Improve this Doc View Source

ExitName(newickParser.NameContext)

Exit a parse tree produced by name().

Declaration
void ExitName(newickParser.NameContext context)
Parameters
Type Name Description
newickParser.NameContext context

The parse tree.

| Improve this Doc View Source

ExitRootInternal(newickParser.RootInternalContext)

Exit a parse tree produced by rootInternal().

Declaration
void ExitRootInternal(newickParser.RootInternalContext context)
Parameters
Type Name Description
newickParser.RootInternalContext context

The parse tree.

| Improve this Doc View Source

ExitRootLeaf(newickParser.RootLeafContext)

Exit a parse tree produced by rootLeaf().

Declaration
void ExitRootLeaf(newickParser.RootLeafContext context)
Parameters
Type Name Description
newickParser.RootLeafContext context

The parse tree.

| Improve this Doc View Source

ExitSubtree(newickParser.SubtreeContext)

Exit a parse tree produced by subtree().

Declaration
void ExitSubtree(newickParser.SubtreeContext context)
Parameters
Type Name Description
newickParser.SubtreeContext context

The parse tree.

| Improve this Doc View Source

ExitTree_(newickParser.Tree_Context)

Exit a parse tree produced by tree_().

Declaration
void ExitTree_(newickParser.Tree_Context context)
Parameters
Type Name Description
newickParser.Tree_Context context

The parse tree.

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