Show / Hide Table of Contents

Class aptParser

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

Constructors

| Improve this Doc View Source

aptParser(ITokenStream)

Declaration
public aptParser(ITokenStream input)
Parameters
Type Name Description
ITokenStream input
| Improve this Doc View Source

aptParser(ITokenStream, TextWriter, TextWriter)

Declaration
public aptParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type Name Description
ITokenStream input
TextWriter output
TextWriter errorOutput

Fields

| Improve this Doc View Source

_ATN

Declaration
public static readonly ATN _ATN
Field Value
Type Description
ATN
| Improve this Doc View Source

CdromSchema

Declaration
public const int CdromSchema = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Colon

Declaration
public const int Colon = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

CommentMarker

Declaration
public const int CommentMarker = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Dash

Declaration
public const int Dash = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

decisionToDFA

Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type Description
Antlr4.Runtime.Dfa.DFA[]
| Improve this Doc View Source

DefaultVocabulary

Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type Description
IVocabulary
| Improve this Doc View Source

DoubleTick

Declaration
public const int DoubleTick = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

NonWhitespaceNonOptionValueNonSquareRightBracketNonEq

Declaration
public const int NonWhitespaceNonOptionValueNonSquareRightBracketNonEq = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

OptionName

Declaration
public const int OptionName = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

OptionNameValueSeparator

Declaration
public const int OptionNameValueSeparator = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

OptionsEnd

Declaration
public const int OptionsEnd = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

OptionsSeparator

Declaration
public const int OptionsSeparator = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

OptionsStart

Declaration
public const int OptionsStart = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Plus

Declaration
public const int Plus = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

PunctuationAllowedInOptionValue

Declaration
public const int PunctuationAllowedInOptionValue = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_additionalOption

Declaration
public const int RULE_additionalOption = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_additionalOptions

Declaration
public const int RULE_additionalOptions = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_cdromURI

Declaration
public const int RULE_cdromURI = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_commenterR

Declaration
public const int RULE_commenterR = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_component

Declaration
public const int RULE_component = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_componentsR

Declaration
public const int RULE_componentsR = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_doubleTickEnclosedString

Declaration
public const int RULE_doubleTickEnclosedString = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_enclosedString

Declaration
public const int RULE_enclosedString = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_genericURI

Declaration
public const int RULE_genericURI = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_nonSpaceString

Declaration
public const int RULE_nonSpaceString = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_nonSpaceStringSegment

Declaration
public const int RULE_nonSpaceStringSegment = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_nonSquareBracketString

Declaration
public const int RULE_nonSquareBracketString = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_nonSquareBracketStringSegment

Declaration
public const int RULE_nonSquareBracketStringSegment = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_optionR

Declaration
public const int RULE_optionR = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_optionsList

Declaration
public const int RULE_optionsList = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_optionsR

Declaration
public const int RULE_optionsR = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_optionValue

Declaration
public const int RULE_optionValue = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_optionValueSegment

Declaration
public const int RULE_optionValueSegment = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_record

Declaration
public const int RULE_record = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_restSchemaWords

Declaration
public const int RULE_restSchemaWords = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_singleTickEnclosedString

Declaration
public const int RULE_singleTickEnclosedString = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_tickEnclosedString

Declaration
public const int RULE_tickEnclosedString = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_uriR

Declaration
public const int RULE_uriR = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_uriSchema

Declaration
public const int RULE_uriSchema = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_wordWithDash

Declaration
public const int RULE_wordWithDash = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_wordWithDashSegment

Declaration
public const int RULE_wordWithDashSegment = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_wordWithPlus

Declaration
public const int RULE_wordWithPlus = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ruleNames

Declaration
public static readonly string[] ruleNames
Field Value
Type Description
System.String[]
| Improve this Doc View Source

sharedContextCache

Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type Description
PredictionContextCache
| Improve this Doc View Source

SingleTick

Declaration
public const int SingleTick = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

TypeR

Declaration
public const int TypeR = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Word

Declaration
public const int Word = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

WordChar

Declaration
public const int WordChar = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

WS

Declaration
public const int WS = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

WSS

Declaration
public const int WSS = null
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

GrammarFileName

Declaration
public override string GrammarFileName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RuleNames

Declaration
public override string[] RuleNames { get; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

SerializedAtn

Declaration
public override string SerializedAtn { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Vocabulary

Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type Description
IVocabulary

Methods

| Improve this Doc View Source

additionalOption()

Declaration
public aptParser.AdditionalOptionContext additionalOption()
Returns
Type Description
aptParser.AdditionalOptionContext
| Improve this Doc View Source

additionalOptions()

Declaration
public aptParser.AdditionalOptionsContext additionalOptions()
Returns
Type Description
aptParser.AdditionalOptionsContext
| Improve this Doc View Source

cdromURI()

Declaration
public aptParser.CdromURIContext cdromURI()
Returns
Type Description
aptParser.CdromURIContext
| Improve this Doc View Source

commenterR()

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

component()

Declaration
public aptParser.ComponentContext component()
Returns
Type Description
aptParser.ComponentContext
| Improve this Doc View Source

componentsR()

Declaration
public aptParser.ComponentsRContext componentsR()
Returns
Type Description
aptParser.ComponentsRContext
| Improve this Doc View Source

doubleTickEnclosedString()

Declaration
public aptParser.DoubleTickEnclosedStringContext doubleTickEnclosedString()
Returns
Type Description
aptParser.DoubleTickEnclosedStringContext
| Improve this Doc View Source

enclosedString()

Declaration
public aptParser.EnclosedStringContext enclosedString()
Returns
Type Description
aptParser.EnclosedStringContext
| Improve this Doc View Source

genericURI()

Declaration
public aptParser.GenericURIContext genericURI()
Returns
Type Description
aptParser.GenericURIContext
| Improve this Doc View Source

nonSpaceString()

Declaration
public aptParser.NonSpaceStringContext nonSpaceString()
Returns
Type Description
aptParser.NonSpaceStringContext
| Improve this Doc View Source

nonSpaceStringSegment()

Declaration
public aptParser.NonSpaceStringSegmentContext nonSpaceStringSegment()
Returns
Type Description
aptParser.NonSpaceStringSegmentContext
| Improve this Doc View Source

nonSquareBracketString()

Declaration
public aptParser.NonSquareBracketStringContext nonSquareBracketString()
Returns
Type Description
aptParser.NonSquareBracketStringContext
| Improve this Doc View Source

nonSquareBracketStringSegment()

Declaration
public aptParser.NonSquareBracketStringSegmentContext nonSquareBracketStringSegment()
Returns
Type Description
aptParser.NonSquareBracketStringSegmentContext
| Improve this Doc View Source

optionR()

Declaration
public aptParser.OptionRContext optionR()
Returns
Type Description
aptParser.OptionRContext
| Improve this Doc View Source

optionsList()

Declaration
public aptParser.OptionsListContext optionsList()
Returns
Type Description
aptParser.OptionsListContext
| Improve this Doc View Source

optionsR()

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

optionValue()

Declaration
public aptParser.OptionValueContext optionValue()
Returns
Type Description
aptParser.OptionValueContext
| Improve this Doc View Source

optionValueSegment()

Declaration
public aptParser.OptionValueSegmentContext optionValueSegment()
Returns
Type Description
aptParser.OptionValueSegmentContext
| Improve this Doc View Source

record()

Declaration
public aptParser.RecordContext record()
Returns
Type Description
aptParser.RecordContext
| Improve this Doc View Source

restSchemaWords()

Declaration
public aptParser.RestSchemaWordsContext restSchemaWords()
Returns
Type Description
aptParser.RestSchemaWordsContext
| Improve this Doc View Source

singleTickEnclosedString()

Declaration
public aptParser.SingleTickEnclosedStringContext singleTickEnclosedString()
Returns
Type Description
aptParser.SingleTickEnclosedStringContext
| Improve this Doc View Source

tickEnclosedString()

Declaration
public aptParser.TickEnclosedStringContext tickEnclosedString()
Returns
Type Description
aptParser.TickEnclosedStringContext
| Improve this Doc View Source

uriR()

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

uriSchema()

Declaration
public aptParser.UriSchemaContext uriSchema()
Returns
Type Description
aptParser.UriSchemaContext
| Improve this Doc View Source

wordWithDash()

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

wordWithDashSegment()

Declaration
public aptParser.WordWithDashSegmentContext wordWithDashSegment()
Returns
Type Description
aptParser.WordWithDashSegmentContext
| Improve this Doc View Source

wordWithPlus()

Declaration
public aptParser.WordWithPlusContext wordWithPlus()
Returns
Type Description
aptParser.WordWithPlusContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX