Show / Hide Table of Contents

Interface IfastaListener

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

Namespace: GCore.Antlr.Grammers.Fasta
Assembly: Fasta.dll
Syntax
public interface IfastaListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterCommentline(fastaParser.CommentlineContext)

Enter a parse tree produced by commentline().

Declaration
void EnterCommentline(fastaParser.CommentlineContext context)
Parameters
Type Name Description
fastaParser.CommentlineContext context

The parse tree.

| Improve this Doc View Source

EnterDescriptionline(fastaParser.DescriptionlineContext)

Enter a parse tree produced by descriptionline().

Declaration
void EnterDescriptionline(fastaParser.DescriptionlineContext context)
Parameters
Type Name Description
fastaParser.DescriptionlineContext context

The parse tree.

| Improve this Doc View Source

EnterSection(fastaParser.SectionContext)

Enter a parse tree produced by section().

Declaration
void EnterSection(fastaParser.SectionContext context)
Parameters
Type Name Description
fastaParser.SectionContext context

The parse tree.

| Improve this Doc View Source

EnterSequence(fastaParser.SequenceContext)

Enter a parse tree produced by sequence().

Declaration
void EnterSequence(fastaParser.SequenceContext context)
Parameters
Type Name Description
fastaParser.SequenceContext context

The parse tree.

| Improve this Doc View Source

EnterSequencelines(fastaParser.SequencelinesContext)

Enter a parse tree produced by sequencelines().

Declaration
void EnterSequencelines(fastaParser.SequencelinesContext context)
Parameters
Type Name Description
fastaParser.SequencelinesContext context

The parse tree.

| Improve this Doc View Source

ExitCommentline(fastaParser.CommentlineContext)

Exit a parse tree produced by commentline().

Declaration
void ExitCommentline(fastaParser.CommentlineContext context)
Parameters
Type Name Description
fastaParser.CommentlineContext context

The parse tree.

| Improve this Doc View Source

ExitDescriptionline(fastaParser.DescriptionlineContext)

Exit a parse tree produced by descriptionline().

Declaration
void ExitDescriptionline(fastaParser.DescriptionlineContext context)
Parameters
Type Name Description
fastaParser.DescriptionlineContext context

The parse tree.

| Improve this Doc View Source

ExitSection(fastaParser.SectionContext)

Exit a parse tree produced by section().

Declaration
void ExitSection(fastaParser.SectionContext context)
Parameters
Type Name Description
fastaParser.SectionContext context

The parse tree.

| Improve this Doc View Source

ExitSequence(fastaParser.SequenceContext)

Exit a parse tree produced by sequence().

Declaration
void ExitSequence(fastaParser.SequenceContext context)
Parameters
Type Name Description
fastaParser.SequenceContext context

The parse tree.

| Improve this Doc View Source

ExitSequencelines(fastaParser.SequencelinesContext)

Exit a parse tree produced by sequencelines().

Declaration
void ExitSequencelines(fastaParser.SequencelinesContext context)
Parameters
Type Name Description
fastaParser.SequencelinesContext context

The parse tree.

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