Show / Hide Table of Contents

Interface ICLIFListener

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

Namespace: GCore.Antlr.Grammers.Clif
Assembly: Clif.dll
Syntax
public interface ICLIFListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAtom(CLIFParser.AtomContext)

Enter a parse tree produced by atom().

Declaration
void EnterAtom(CLIFParser.AtomContext context)
Parameters
Type Name Description
CLIFParser.AtomContext context

The parse tree.

| Improve this Doc View Source

EnterAtomsent(CLIFParser.AtomsentContext)

Enter a parse tree produced by atomsent().

Declaration
void EnterAtomsent(CLIFParser.AtomsentContext context)
Parameters
Type Name Description
CLIFParser.AtomsentContext context

The parse tree.

| Improve this Doc View Source

EnterBoolsent(CLIFParser.BoolsentContext)

Enter a parse tree produced by boolsent().

Declaration
void EnterBoolsent(CLIFParser.BoolsentContext context)
Parameters
Type Name Description
CLIFParser.BoolsentContext context

The parse tree.

| Improve this Doc View Source

EnterBoundlist(CLIFParser.BoundlistContext)

Enter a parse tree produced by boundlist().

Declaration
void EnterBoundlist(CLIFParser.BoundlistContext context)
Parameters
Type Name Description
CLIFParser.BoundlistContext context

The parse tree.

| Improve this Doc View Source

EnterCltext(CLIFParser.CltextContext)

Enter a parse tree produced by cltext().

Declaration
void EnterCltext(CLIFParser.CltextContext context)
Parameters
Type Name Description
CLIFParser.CltextContext context

The parse tree.

| Improve this Doc View Source

EnterCommentsent(CLIFParser.CommentsentContext)

Enter a parse tree produced by commentsent().

Declaration
void EnterCommentsent(CLIFParser.CommentsentContext context)
Parameters
Type Name Description
CLIFParser.CommentsentContext context

The parse tree.

| Improve this Doc View Source

EnterEquation(CLIFParser.EquationContext)

Enter a parse tree produced by equation().

Declaration
void EnterEquation(CLIFParser.EquationContext context)
Parameters
Type Name Description
CLIFParser.EquationContext context

The parse tree.

| Improve this Doc View Source

EnterInterpretablename(CLIFParser.InterpretablenameContext)

Enter a parse tree produced by interpretablename().

Declaration
void EnterInterpretablename(CLIFParser.InterpretablenameContext context)
Parameters
Type Name Description
CLIFParser.InterpretablenameContext context

The parse tree.

| Improve this Doc View Source

EnterInterpretedname(CLIFParser.InterpretednameContext)

Enter a parse tree produced by interpretedname().

Declaration
void EnterInterpretedname(CLIFParser.InterpretednameContext context)
Parameters
Type Name Description
CLIFParser.InterpretednameContext context

The parse tree.

| Improve this Doc View Source

EnterModule(CLIFParser.ModuleContext)

Enter a parse tree produced by module().

Declaration
void EnterModule(CLIFParser.ModuleContext context)
Parameters
Type Name Description
CLIFParser.ModuleContext context

The parse tree.

| Improve this Doc View Source

EnterName(CLIFParser.NameContext)

Enter a parse tree produced by name().

Declaration
void EnterName(CLIFParser.NameContext context)
Parameters
Type Name Description
CLIFParser.NameContext context

The parse tree.

| Improve this Doc View Source

EnterNamedtext(CLIFParser.NamedtextContext)

Enter a parse tree produced by namedtext().

Declaration
void EnterNamedtext(CLIFParser.NamedtextContext context)
Parameters
Type Name Description
CLIFParser.NamedtextContext context

The parse tree.

| Improve this Doc View Source

EnterOperator_(CLIFParser.Operator_Context)

Enter a parse tree produced by operator_().

Declaration
void EnterOperator_(CLIFParser.Operator_Context context)
Parameters
Type Name Description
CLIFParser.Operator_Context context

The parse tree.

| Improve this Doc View Source

EnterPhrase(CLIFParser.PhraseContext)

Enter a parse tree produced by phrase().

Declaration
void EnterPhrase(CLIFParser.PhraseContext context)
Parameters
Type Name Description
CLIFParser.PhraseContext context

The parse tree.

| Improve this Doc View Source

EnterPredicate(CLIFParser.PredicateContext)

Enter a parse tree produced by predicate().

Declaration
void EnterPredicate(CLIFParser.PredicateContext context)
Parameters
Type Name Description
CLIFParser.PredicateContext context

The parse tree.

| Improve this Doc View Source

EnterQuantsent(CLIFParser.QuantsentContext)

Enter a parse tree produced by quantsent().

Declaration
void EnterQuantsent(CLIFParser.QuantsentContext context)
Parameters
Type Name Description
CLIFParser.QuantsentContext context

The parse tree.

| Improve this Doc View Source

EnterSentence(CLIFParser.SentenceContext)

Enter a parse tree produced by sentence().

Declaration
void EnterSentence(CLIFParser.SentenceContext context)
Parameters
Type Name Description
CLIFParser.SentenceContext context

The parse tree.

| Improve this Doc View Source

EnterTerm(CLIFParser.TermContext)

Enter a parse tree produced by term().

Declaration
void EnterTerm(CLIFParser.TermContext context)
Parameters
Type Name Description
CLIFParser.TermContext context

The parse tree.

| Improve this Doc View Source

EnterTermseq(CLIFParser.TermseqContext)

Enter a parse tree produced by termseq().

Declaration
void EnterTermseq(CLIFParser.TermseqContext context)
Parameters
Type Name Description
CLIFParser.TermseqContext context

The parse tree.

| Improve this Doc View Source

EnterText(CLIFParser.TextContext)

Enter a parse tree produced by text().

Declaration
void EnterText(CLIFParser.TextContext context)
Parameters
Type Name Description
CLIFParser.TextContext context

The parse tree.

| Improve this Doc View Source

ExitAtom(CLIFParser.AtomContext)

Exit a parse tree produced by atom().

Declaration
void ExitAtom(CLIFParser.AtomContext context)
Parameters
Type Name Description
CLIFParser.AtomContext context

The parse tree.

| Improve this Doc View Source

ExitAtomsent(CLIFParser.AtomsentContext)

Exit a parse tree produced by atomsent().

Declaration
void ExitAtomsent(CLIFParser.AtomsentContext context)
Parameters
Type Name Description
CLIFParser.AtomsentContext context

The parse tree.

| Improve this Doc View Source

ExitBoolsent(CLIFParser.BoolsentContext)

Exit a parse tree produced by boolsent().

Declaration
void ExitBoolsent(CLIFParser.BoolsentContext context)
Parameters
Type Name Description
CLIFParser.BoolsentContext context

The parse tree.

| Improve this Doc View Source

ExitBoundlist(CLIFParser.BoundlistContext)

Exit a parse tree produced by boundlist().

Declaration
void ExitBoundlist(CLIFParser.BoundlistContext context)
Parameters
Type Name Description
CLIFParser.BoundlistContext context

The parse tree.

| Improve this Doc View Source

ExitCltext(CLIFParser.CltextContext)

Exit a parse tree produced by cltext().

Declaration
void ExitCltext(CLIFParser.CltextContext context)
Parameters
Type Name Description
CLIFParser.CltextContext context

The parse tree.

| Improve this Doc View Source

ExitCommentsent(CLIFParser.CommentsentContext)

Exit a parse tree produced by commentsent().

Declaration
void ExitCommentsent(CLIFParser.CommentsentContext context)
Parameters
Type Name Description
CLIFParser.CommentsentContext context

The parse tree.

| Improve this Doc View Source

ExitEquation(CLIFParser.EquationContext)

Exit a parse tree produced by equation().

Declaration
void ExitEquation(CLIFParser.EquationContext context)
Parameters
Type Name Description
CLIFParser.EquationContext context

The parse tree.

| Improve this Doc View Source

ExitInterpretablename(CLIFParser.InterpretablenameContext)

Exit a parse tree produced by interpretablename().

Declaration
void ExitInterpretablename(CLIFParser.InterpretablenameContext context)
Parameters
Type Name Description
CLIFParser.InterpretablenameContext context

The parse tree.

| Improve this Doc View Source

ExitInterpretedname(CLIFParser.InterpretednameContext)

Exit a parse tree produced by interpretedname().

Declaration
void ExitInterpretedname(CLIFParser.InterpretednameContext context)
Parameters
Type Name Description
CLIFParser.InterpretednameContext context

The parse tree.

| Improve this Doc View Source

ExitModule(CLIFParser.ModuleContext)

Exit a parse tree produced by module().

Declaration
void ExitModule(CLIFParser.ModuleContext context)
Parameters
Type Name Description
CLIFParser.ModuleContext context

The parse tree.

| Improve this Doc View Source

ExitName(CLIFParser.NameContext)

Exit a parse tree produced by name().

Declaration
void ExitName(CLIFParser.NameContext context)
Parameters
Type Name Description
CLIFParser.NameContext context

The parse tree.

| Improve this Doc View Source

ExitNamedtext(CLIFParser.NamedtextContext)

Exit a parse tree produced by namedtext().

Declaration
void ExitNamedtext(CLIFParser.NamedtextContext context)
Parameters
Type Name Description
CLIFParser.NamedtextContext context

The parse tree.

| Improve this Doc View Source

ExitOperator_(CLIFParser.Operator_Context)

Exit a parse tree produced by operator_().

Declaration
void ExitOperator_(CLIFParser.Operator_Context context)
Parameters
Type Name Description
CLIFParser.Operator_Context context

The parse tree.

| Improve this Doc View Source

ExitPhrase(CLIFParser.PhraseContext)

Exit a parse tree produced by phrase().

Declaration
void ExitPhrase(CLIFParser.PhraseContext context)
Parameters
Type Name Description
CLIFParser.PhraseContext context

The parse tree.

| Improve this Doc View Source

ExitPredicate(CLIFParser.PredicateContext)

Exit a parse tree produced by predicate().

Declaration
void ExitPredicate(CLIFParser.PredicateContext context)
Parameters
Type Name Description
CLIFParser.PredicateContext context

The parse tree.

| Improve this Doc View Source

ExitQuantsent(CLIFParser.QuantsentContext)

Exit a parse tree produced by quantsent().

Declaration
void ExitQuantsent(CLIFParser.QuantsentContext context)
Parameters
Type Name Description
CLIFParser.QuantsentContext context

The parse tree.

| Improve this Doc View Source

ExitSentence(CLIFParser.SentenceContext)

Exit a parse tree produced by sentence().

Declaration
void ExitSentence(CLIFParser.SentenceContext context)
Parameters
Type Name Description
CLIFParser.SentenceContext context

The parse tree.

| Improve this Doc View Source

ExitTerm(CLIFParser.TermContext)

Exit a parse tree produced by term().

Declaration
void ExitTerm(CLIFParser.TermContext context)
Parameters
Type Name Description
CLIFParser.TermContext context

The parse tree.

| Improve this Doc View Source

ExitTermseq(CLIFParser.TermseqContext)

Exit a parse tree produced by termseq().

Declaration
void ExitTermseq(CLIFParser.TermseqContext context)
Parameters
Type Name Description
CLIFParser.TermseqContext context

The parse tree.

| Improve this Doc View Source

ExitText(CLIFParser.TextContext)

Exit a parse tree produced by text().

Declaration
void ExitText(CLIFParser.TextContext context)
Parameters
Type Name Description
CLIFParser.TextContext context

The parse tree.

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