Show / Hide Table of Contents

Class morsecodeParser

Inheritance
System.Object
morsecodeParser
Namespace: GCore.Antlr.Grammers.Morsecode
Assembly: Morsecode.dll
Syntax
public class morsecodeParser : Parser

Constructors

| Improve this Doc View Source

morsecodeParser(ITokenStream)

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

morsecodeParser(ITokenStream, TextWriter, TextWriter)

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

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

DOT

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

RULE_a

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

RULE_b

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

RULE_c

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

RULE_d

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

RULE_e

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

RULE_eight

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

RULE_f

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

RULE_five

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

RULE_four

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

RULE_g

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

RULE_h

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

RULE_i

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

RULE_j

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

RULE_k

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

RULE_l

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

RULE_letter

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

RULE_m

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

RULE_morsecode

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

RULE_n

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

RULE_nine

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

RULE_o

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

RULE_one

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

RULE_p

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

RULE_q

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

RULE_r

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

RULE_s

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

RULE_seven

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

RULE_six

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

RULE_t

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

RULE_three

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

RULE_two

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

RULE_u

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

RULE_v

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

RULE_w

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

RULE_x

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

RULE_y

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

RULE_z

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

RULE_zero

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

SPACE

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

a()

Declaration
public morsecodeParser.AContext a()
Returns
Type Description
morsecodeParser.AContext
| Improve this Doc View Source

b()

Declaration
public morsecodeParser.BContext b()
Returns
Type Description
morsecodeParser.BContext
| Improve this Doc View Source

c()

Declaration
public morsecodeParser.CContext c()
Returns
Type Description
morsecodeParser.CContext
| Improve this Doc View Source

d()

Declaration
public morsecodeParser.DContext d()
Returns
Type Description
morsecodeParser.DContext
| Improve this Doc View Source

e()

Declaration
public morsecodeParser.EContext e()
Returns
Type Description
morsecodeParser.EContext
| Improve this Doc View Source

eight()

Declaration
public morsecodeParser.EightContext eight()
Returns
Type Description
morsecodeParser.EightContext
| Improve this Doc View Source

f()

Declaration
public morsecodeParser.FContext f()
Returns
Type Description
morsecodeParser.FContext
| Improve this Doc View Source

five()

Declaration
public morsecodeParser.FiveContext five()
Returns
Type Description
morsecodeParser.FiveContext
| Improve this Doc View Source

four()

Declaration
public morsecodeParser.FourContext four()
Returns
Type Description
morsecodeParser.FourContext
| Improve this Doc View Source

g()

Declaration
public morsecodeParser.GContext g()
Returns
Type Description
morsecodeParser.GContext
| Improve this Doc View Source

h()

Declaration
public morsecodeParser.HContext h()
Returns
Type Description
morsecodeParser.HContext
| Improve this Doc View Source

i()

Declaration
public morsecodeParser.IContext i()
Returns
Type Description
morsecodeParser.IContext
| Improve this Doc View Source

j()

Declaration
public morsecodeParser.JContext j()
Returns
Type Description
morsecodeParser.JContext
| Improve this Doc View Source

k()

Declaration
public morsecodeParser.KContext k()
Returns
Type Description
morsecodeParser.KContext
| Improve this Doc View Source

l()

Declaration
public morsecodeParser.LContext l()
Returns
Type Description
morsecodeParser.LContext
| Improve this Doc View Source

letter()

Declaration
public morsecodeParser.LetterContext letter()
Returns
Type Description
morsecodeParser.LetterContext
| Improve this Doc View Source

m()

Declaration
public morsecodeParser.MContext m()
Returns
Type Description
morsecodeParser.MContext
| Improve this Doc View Source

morsecode()

Declaration
public morsecodeParser.MorsecodeContext morsecode()
Returns
Type Description
morsecodeParser.MorsecodeContext
| Improve this Doc View Source

n()

Declaration
public morsecodeParser.NContext n()
Returns
Type Description
morsecodeParser.NContext
| Improve this Doc View Source

nine()

Declaration
public morsecodeParser.NineContext nine()
Returns
Type Description
morsecodeParser.NineContext
| Improve this Doc View Source

o()

Declaration
public morsecodeParser.OContext o()
Returns
Type Description
morsecodeParser.OContext
| Improve this Doc View Source

one()

Declaration
public morsecodeParser.OneContext one()
Returns
Type Description
morsecodeParser.OneContext
| Improve this Doc View Source

p()

Declaration
public morsecodeParser.PContext p()
Returns
Type Description
morsecodeParser.PContext
| Improve this Doc View Source

q()

Declaration
public morsecodeParser.QContext q()
Returns
Type Description
morsecodeParser.QContext
| Improve this Doc View Source

r()

Declaration
public morsecodeParser.RContext r()
Returns
Type Description
morsecodeParser.RContext
| Improve this Doc View Source

s()

Declaration
public morsecodeParser.SContext s()
Returns
Type Description
morsecodeParser.SContext
| Improve this Doc View Source

seven()

Declaration
public morsecodeParser.SevenContext seven()
Returns
Type Description
morsecodeParser.SevenContext
| Improve this Doc View Source

six()

Declaration
public morsecodeParser.SixContext six()
Returns
Type Description
morsecodeParser.SixContext
| Improve this Doc View Source

t()

Declaration
public morsecodeParser.TContext t()
Returns
Type Description
morsecodeParser.TContext
| Improve this Doc View Source

three()

Declaration
public morsecodeParser.ThreeContext three()
Returns
Type Description
morsecodeParser.ThreeContext
| Improve this Doc View Source

two()

Declaration
public morsecodeParser.TwoContext two()
Returns
Type Description
morsecodeParser.TwoContext
| Improve this Doc View Source

u()

Declaration
public morsecodeParser.UContext u()
Returns
Type Description
morsecodeParser.UContext
| Improve this Doc View Source

v()

Declaration
public morsecodeParser.VContext v()
Returns
Type Description
morsecodeParser.VContext
| Improve this Doc View Source

w()

Declaration
public morsecodeParser.WContext w()
Returns
Type Description
morsecodeParser.WContext
| Improve this Doc View Source

x()

Declaration
public morsecodeParser.XContext x()
Returns
Type Description
morsecodeParser.XContext
| Improve this Doc View Source

y()

Declaration
public morsecodeParser.YContext y()
Returns
Type Description
morsecodeParser.YContext
| Improve this Doc View Source

z()

Declaration
public morsecodeParser.ZContext z()
Returns
Type Description
morsecodeParser.ZContext
| Improve this Doc View Source

zero()

Declaration
public morsecodeParser.ZeroContext zero()
Returns
Type Description
morsecodeParser.ZeroContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX