Class beepParser
Inheritance
System.Object
beepParser
Assembly: Rfc3080.dll
Syntax
public class beepParser : Parser
Constructors
|
Improve this Doc
View Source
beepParser(ITokenStream)
Declaration
public beepParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
beepParser(ITokenStream, TextWriter, TextWriter)
Declaration
public beepParser(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
|
Improve this Doc
View Source
ANS
Declaration
public const int ANS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CRLF
Declaration
public const int CRLF = 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
ERR
Declaration
public const int ERR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MSG
Declaration
public const int MSG = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NUL
Declaration
public const int NUL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NUMBER
Declaration
public const int NUMBER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PAYLOAD_TRAILER
Declaration
public const int PAYLOAD_TRAILER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RPY
Declaration
public const int RPY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_ans
Declaration
public const int RULE_ans = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_ansno
Declaration
public const int RULE_ansno = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_channel
Declaration
public const int RULE_channel = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_common
Declaration
public const int RULE_common = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_data
Declaration
public const int RULE_data = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_err
Declaration
public const int RULE_err = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_frame
Declaration
public const int RULE_frame = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_header = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_more
Declaration
public const int RULE_more = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_msg
Declaration
public const int RULE_msg = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_msgno
Declaration
public const int RULE_msgno = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_nul
Declaration
public const int RULE_nul = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_payload_trailer
Declaration
public const int RULE_payload_trailer = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_rpy
Declaration
public const int RULE_rpy = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_seqno
Declaration
public const int RULE_seqno = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_size
Declaration
public const int RULE_size = 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
SP
Declaration
public const int SP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
STAR
Declaration
public const int STAR = 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
ans()
Declaration
public beepParser.AnsContext ans()
Returns
|
Improve this Doc
View Source
ansno()
Declaration
public beepParser.AnsnoContext ansno()
Returns
|
Improve this Doc
View Source
channel()
Declaration
public beepParser.ChannelContext channel()
Returns
|
Improve this Doc
View Source
common()
Declaration
public beepParser.CommonContext common()
Returns
|
Improve this Doc
View Source
data()
Declaration
public beepParser.DataContext data()
Returns
|
Improve this Doc
View Source
err()
Declaration
public beepParser.ErrContext err()
Returns
|
Improve this Doc
View Source
frame()
Declaration
public beepParser.FrameContext frame()
Returns
|
Improve this Doc
View Source
Declaration
public beepParser.HeaderContext header()
Returns
|
Improve this Doc
View Source
more()
Declaration
public beepParser.MoreContext more()
Returns
|
Improve this Doc
View Source
msg()
Declaration
public beepParser.MsgContext msg()
Returns
|
Improve this Doc
View Source
msgno()
Declaration
public beepParser.MsgnoContext msgno()
Returns
|
Improve this Doc
View Source
nul()
Declaration
public beepParser.NulContext nul()
Returns
|
Improve this Doc
View Source
payload_trailer()
Declaration
public beepParser.Payload_trailerContext payload_trailer()
Returns
|
Improve this Doc
View Source
rpy()
Declaration
public beepParser.RpyContext rpy()
Returns
|
Improve this Doc
View Source
seqno()
Declaration
public beepParser.SeqnoContext seqno()
Returns
|
Improve this Doc
View Source
size()
Declaration
public beepParser.SizeContext size()
Returns