Namespace GCore.Antlr.Grammers.Newick
Classes
newickBaseListener
This class provides an empty implementation of InewickListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
newickBaseVisitor<Result>
This class provides an empty implementation of InewickVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
newickLexer
newickParser
newickParser.BranchContext
newickParser.BranchSetContext
newickParser.Internal_Context
newickParser.LeafContext
newickParser.LengthContext
newickParser.NameContext
newickParser.RootInternalContext
newickParser.RootLeafContext
newickParser.SubtreeContext
newickParser.Tree_Context
Interfaces
InewickListener
This interface defines a complete listener for a parse tree produced by newickParser.
InewickVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by newickParser.