Show / Hide Table of Contents

Class prologParser.Binary_operatorContext

Inheritance
System.Object
prologParser.TermContext
prologParser.Binary_operatorContext
Inherited Members
prologParser.TermContext.RuleIndex
prologParser.TermContext.CopyFrom(prologParser.TermContext)
Namespace: GCore.Antlr.Grammers.Prolog
Assembly: Prolog.dll
Syntax
public class Binary_operatorContext : prologParser.TermContext

Constructors

| Improve this Doc View Source

Binary_operatorContext(prologParser.TermContext)

Declaration
public Binary_operatorContext(prologParser.TermContext context)
Parameters
Type Name Description
prologParser.TermContext context

Methods

| Improve this Doc View Source

Accept<TResult>(IParseTreeVisitor<TResult>)

Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type Name Description
IParseTreeVisitor<TResult> visitor
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

EnterRule(IParseTreeListener)

Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

operator_()

Declaration
public prologParser.Operator_Context operator_()
Returns
Type Description
prologParser.Operator_Context
| Improve this Doc View Source

term()

Declaration
public prologParser.TermContext[] term()
Returns
Type Description
prologParser.TermContext[]
| Improve this Doc View Source

term(Int32)

Declaration
public prologParser.TermContext term(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
prologParser.TermContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX