Namespace GCore.Antlr.Grammers.Fasta
Classes
fastaBaseListener
This class provides an empty implementation of IfastaListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
fastaBaseVisitor<Result>
This class provides an empty implementation of IfastaVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
fastaLexer
fastaParser
fastaParser.CommentlineContext
fastaParser.DescriptionlineContext
fastaParser.SectionContext
fastaParser.SequenceContext
fastaParser.SequencelinesContext
Interfaces
IfastaListener
This interface defines a complete listener for a parse tree produced by fastaParser.
IfastaVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by fastaParser.