Show / Hide Table of Contents

Interface InewickVisitor<Result>

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

Namespace: GCore.Antlr.Grammers.Newick
Assembly: Newick.dll
Syntax
public interface InewickVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitBranch(newickParser.BranchContext)

Visit a parse tree produced by branch().

Declaration
Result VisitBranch(newickParser.BranchContext context)
Parameters
Type Name Description
newickParser.BranchContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBranchSet(newickParser.BranchSetContext)

Visit a parse tree produced by branchSet().

Declaration
Result VisitBranchSet(newickParser.BranchSetContext context)
Parameters
Type Name Description
newickParser.BranchSetContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInternal_(newickParser.Internal_Context)

Visit a parse tree produced by internal_().

Declaration
Result VisitInternal_(newickParser.Internal_Context context)
Parameters
Type Name Description
newickParser.Internal_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLeaf(newickParser.LeafContext)

Visit a parse tree produced by leaf().

Declaration
Result VisitLeaf(newickParser.LeafContext context)
Parameters
Type Name Description
newickParser.LeafContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLength(newickParser.LengthContext)

Visit a parse tree produced by length().

Declaration
Result VisitLength(newickParser.LengthContext context)
Parameters
Type Name Description
newickParser.LengthContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitName(newickParser.NameContext)

Visit a parse tree produced by name().

Declaration
Result VisitName(newickParser.NameContext context)
Parameters
Type Name Description
newickParser.NameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRootInternal(newickParser.RootInternalContext)

Visit a parse tree produced by rootInternal().

Declaration
Result VisitRootInternal(newickParser.RootInternalContext context)
Parameters
Type Name Description
newickParser.RootInternalContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRootLeaf(newickParser.RootLeafContext)

Visit a parse tree produced by rootLeaf().

Declaration
Result VisitRootLeaf(newickParser.RootLeafContext context)
Parameters
Type Name Description
newickParser.RootLeafContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSubtree(newickParser.SubtreeContext)

Visit a parse tree produced by subtree().

Declaration
Result VisitSubtree(newickParser.SubtreeContext context)
Parameters
Type Name Description
newickParser.SubtreeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTree_(newickParser.Tree_Context)

Visit a parse tree produced by tree_().

Declaration
Result VisitTree_(newickParser.Tree_Context context)
Parameters
Type Name Description
newickParser.Tree_Context context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX