Show / Hide Table of Contents

Class prologParser.TermContext

Inheritance
System.Object
prologParser.TermContext
prologParser.Atom_termContext
prologParser.Binary_operatorContext
prologParser.Braced_termContext
prologParser.Compound_termContext
prologParser.Curly_bracketed_termContext
prologParser.FloatContext
prologParser.Integer_termContext
prologParser.List_termContext
prologParser.Unary_operatorContext
prologParser.VariableContext
Namespace: GCore.Antlr.Grammers.Prolog
Assembly: Prolog.dll
Syntax
public class TermContext : ParserRuleContext

Constructors

| Improve this Doc View Source

TermContext()

Declaration
public TermContext()
| Improve this Doc View Source

TermContext(ParserRuleContext, Int32)

Declaration
public TermContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

CopyFrom(prologParser.TermContext)

Declaration
public virtual void CopyFrom(prologParser.TermContext context)
Parameters
Type Name Description
prologParser.TermContext context
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX