Show / Hide Table of Contents

Class cookieParser

Inheritance
System.Object
cookieParser
Namespace: GCore.Antlr.Grammers.Cookie
Assembly: Cookie.dll
Syntax
public class cookieParser : Parser

Constructors

| Improve this Doc View Source

cookieParser(ITokenStream)

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

cookieParser(ITokenStream, TextWriter, TextWriter)

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

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

DIGIT

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

RULE_attr

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

RULE_av_pair

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

RULE_av_pairs

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

RULE_cookie

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

RULE_name

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

RULE_quoted_string

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

RULE_token

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

RULE_value

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

RULE_word

Declaration
public const int RULE_word = 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

STRING

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

T__0

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

T__1

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

TOKEN

Declaration
public const int TOKEN = 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

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

attr()

Declaration
public cookieParser.AttrContext attr()
Returns
Type Description
cookieParser.AttrContext
| Improve this Doc View Source

av_pair()

Declaration
public cookieParser.Av_pairContext av_pair()
Returns
Type Description
cookieParser.Av_pairContext
| Improve this Doc View Source

av_pairs()

Declaration
public cookieParser.Av_pairsContext av_pairs()
Returns
Type Description
cookieParser.Av_pairsContext
| Improve this Doc View Source

cookie()

Declaration
public cookieParser.CookieContext cookie()
Returns
Type Description
cookieParser.CookieContext
| Improve this Doc View Source

name()

Declaration
public cookieParser.NameContext name()
Returns
Type Description
cookieParser.NameContext
| Improve this Doc View Source

quoted_string()

Declaration
public cookieParser.Quoted_stringContext quoted_string()
Returns
Type Description
cookieParser.Quoted_stringContext
| Improve this Doc View Source

token()

Declaration
public cookieParser.TokenContext token()
Returns
Type Description
cookieParser.TokenContext
| Improve this Doc View Source

value()

Declaration
public cookieParser.ValueContext value()
Returns
Type Description
cookieParser.ValueContext
| Improve this Doc View Source

word()

Declaration
public cookieParser.WordContext word()
Returns
Type Description
cookieParser.WordContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX