Show / Hide Table of Contents

Class 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.

Inheritance
System.Object
fastaBaseListener
Implements
IfastaListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Fasta
Assembly: Fasta.dll
Syntax
public class fastaBaseListener : object, IfastaListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterCommentline(fastaParser.CommentlineContext)

Enter a parse tree produced by commentline().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterSection(fastaParser.SectionContext)

Enter a parse tree produced by section().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitSection(fastaParser.SectionContext)

Exit a parse tree produced by section().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

IfastaListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX