Show / Hide Table of Contents

Class prologParser.AtomContext

Inheritance
System.Object
prologParser.AtomContext
prologParser.Backq_stringContext
prologParser.CutContext
prologParser.Dq_stringContext
prologParser.Empty_bracesContext
prologParser.Empty_listContext
prologParser.GraphicContext
prologParser.NameContext
prologParser.Quoted_stringContext
prologParser.SemicolonContext
Namespace: GCore.Antlr.Grammers.Prolog
Assembly: Prolog.dll
Syntax
public class AtomContext : ParserRuleContext

Constructors

| Improve this Doc View Source

AtomContext()

Declaration
public AtomContext()
| Improve this Doc View Source

AtomContext(ParserRuleContext, Int32)

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

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