Class muddbParser
Inheritance
System.Object
muddbParser
Assembly: Muddb.dll
Syntax
public class muddbParser : Parser
Constructors
|
Improve this Doc
View Source
muddbParser(ITokenStream)
Declaration
public muddbParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
muddbParser(ITokenStream, TextWriter, TextWriter)
Declaration
public muddbParser(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
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
END
Declaration
public const int END = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EOL
Declaration
public const int EOL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NUM
Declaration
public const int NUM = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_bool_
Declaration
public const int RULE_bool_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_contents
Declaration
public const int RULE_contents = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_db
Declaration
public const int RULE_db = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_description
Declaration
public const int RULE_description = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_exits
Declaration
public const int RULE_exits = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_fail_message
Declaration
public const int RULE_fail_message = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_flags
Declaration
public const int RULE_flags = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_key
Declaration
public const int RULE_key = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_location
Declaration
public const int RULE_location = 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_next_
Declaration
public const int RULE_next_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_ofail
Declaration
public const int RULE_ofail = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_osuccess
Declaration
public const int RULE_osuccess = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_owner
Declaration
public const int RULE_owner = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_password
Declaration
public const int RULE_password = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_pennies
Declaration
public const int RULE_pennies = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_ref
Declaration
public const int RULE_ref = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_room
Declaration
public const int RULE_room = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_roomno
Declaration
public const int RULE_roomno = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_string
Declaration
public const int RULE_string = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_succ_message
Declaration
public const int RULE_succ_message = 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 |
|
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
bool_()
Declaration
public muddbParser.Bool_Context bool_()
Returns
|
Improve this Doc
View Source
contents()
Declaration
public muddbParser.ContentsContext contents()
Returns
|
Improve this Doc
View Source
db()
Declaration
public muddbParser.DbContext db()
Returns
|
Improve this Doc
View Source
description()
Declaration
public muddbParser.DescriptionContext description()
Returns
|
Improve this Doc
View Source
exits()
Declaration
public muddbParser.ExitsContext exits()
Returns
|
Improve this Doc
View Source
fail_message()
Declaration
public muddbParser.Fail_messageContext fail_message()
Returns
|
Improve this Doc
View Source
flags()
Declaration
public muddbParser.FlagsContext flags()
Returns
|
Improve this Doc
View Source
key()
Declaration
public muddbParser.KeyContext key()
Returns
|
Improve this Doc
View Source
location()
Declaration
public muddbParser.LocationContext location()
Returns
|
Improve this Doc
View Source
name()
Declaration
public muddbParser.NameContext name()
Returns
|
Improve this Doc
View Source
next_()
Declaration
public muddbParser.Next_Context next_()
Returns
|
Improve this Doc
View Source
ofail()
Declaration
public muddbParser.OfailContext ofail()
Returns
|
Improve this Doc
View Source
osuccess()
Declaration
public muddbParser.OsuccessContext osuccess()
Returns
|
Improve this Doc
View Source
owner()
Declaration
public muddbParser.OwnerContext owner()
Returns
|
Improve this Doc
View Source
password()
Declaration
public muddbParser.PasswordContext password()
Returns
|
Improve this Doc
View Source
pennies()
Declaration
public muddbParser.PenniesContext pennies()
Returns
|
Improve this Doc
View Source
ref()
Declaration
public muddbParser.RefContext ref()
Returns
|
Improve this Doc
View Source
room()
Declaration
public muddbParser.RoomContext room()
Returns
|
Improve this Doc
View Source
roomno()
Declaration
public muddbParser.RoomnoContext roomno()
Returns
|
Improve this Doc
View Source
string()
Declaration
public muddbParser.StringContext string()
Returns
|
Improve this Doc
View Source
succ_message()
Declaration
public muddbParser.Succ_messageContext succ_message()
Returns