Show / Hide Table of Contents

Class aptParser.RecordContext

Inheritance
System.Object
aptParser.RecordContext
Namespace: GCore.Antlr.Grammers.Apt
Assembly: Apt.dll
Syntax
public class RecordContext : ParserRuleContext

Constructors

| Improve this Doc View Source

RecordContext(ParserRuleContext, Int32)

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

Fields

| Improve this Doc View Source

commented

Declaration
public aptParser.CommenterRContext commented
Field Value
Type Description
aptParser.CommenterRContext
| Improve this Doc View Source

components

Declaration
public aptParser.ComponentsRContext components
Field Value
Type Description
aptParser.ComponentsRContext
| Improve this Doc View Source

distribution

Declaration
public aptParser.WordWithDashContext distribution
Field Value
Type Description
aptParser.WordWithDashContext
| Improve this Doc View Source

options

Declaration
public aptParser.OptionsRContext options
Field Value
Type Description
aptParser.OptionsRContext
| Improve this Doc View Source

rType

Declaration
public IToken rType
Field Value
Type Description
IToken
| Improve this Doc View Source

uri

Declaration
public aptParser.UriRContext uri
Field Value
Type Description
aptParser.UriRContext

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

commenterR()

Declaration
public aptParser.CommenterRContext commenterR()
Returns
Type Description
aptParser.CommenterRContext
| Improve this Doc View Source

componentsR()

Declaration
public aptParser.ComponentsRContext componentsR()
Returns
Type Description
aptParser.ComponentsRContext
| 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

optionsR()

Declaration
public aptParser.OptionsRContext optionsR()
Returns
Type Description
aptParser.OptionsRContext
| Improve this Doc View Source

TypeR()

Declaration
public ITerminalNode TypeR()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

uriR()

Declaration
public aptParser.UriRContext uriR()
Returns
Type Description
aptParser.UriRContext
| Improve this Doc View Source

wordWithDash()

Declaration
public aptParser.WordWithDashContext wordWithDash()
Returns
Type Description
aptParser.WordWithDashContext
| Improve this Doc View Source

WSS()

Declaration
public ITerminalNode[] WSS()
Returns
Type Description
ITerminalNode[]
| Improve this Doc View Source

WSS(Int32)

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