Show / Hide Table of Contents

Class ReStructuredTextParser.TextLineStartContext

Inheritance
System.Object
ReStructuredTextParser.TextLineStartContext
Namespace: GCore.Antlr.Grammers.Restructuredtext
Assembly: Restructuredtext.dll
Syntax
public class TextLineStartContext : ParserRuleContext

Constructors

| Improve this Doc View Source

TextLineStartContext(ParserRuleContext, Int32)

Declaration
public TextLineStartContext(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

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

lineStart_fragment()

Declaration
public ReStructuredTextParser.LineStart_fragmentContext[] lineStart_fragment()
Returns
Type Description
ReStructuredTextParser.LineStart_fragmentContext[]
| Improve this Doc View Source

lineStart_fragment(Int32)

Declaration
public ReStructuredTextParser.LineStart_fragmentContext lineStart_fragment(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
ReStructuredTextParser.LineStart_fragmentContext
| Improve this Doc View Source

text_fragment()

Declaration
public ReStructuredTextParser.Text_fragmentContext[] text_fragment()
Returns
Type Description
ReStructuredTextParser.Text_fragmentContext[]
| Improve this Doc View Source

text_fragment(Int32)

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