Show / Hide Table of Contents

Class aptLexer

Inheritance
System.Object
aptLexer
Namespace: GCore.Antlr.Grammers.Apt
Assembly: Apt.dll
Syntax
public class aptLexer : Lexer

Constructors

| Improve this Doc View Source

aptLexer(ICharStream)

Declaration
public aptLexer(ICharStream input)
Parameters
Type Name Description
ICharStream input
| Improve this Doc View Source

aptLexer(ICharStream, TextWriter, TextWriter)

Declaration
public aptLexer(ICharStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type Name Description
ICharStream 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

channelNames

Declaration
public static string[] channelNames
Field Value
Type Description
System.String[]
| 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

modeNames

Declaration
public static string[] modeNames
Field Value
Type Description
System.String[]
| 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

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

ChannelNames

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

GrammarFileName

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

ModeNames

Declaration
public override string[] ModeNames { 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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX