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 SourceEnterAtom(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |