Class UpnpParser
Inheritance
System.Object
UpnpParser
Assembly: Upnp.dll
Syntax
public class UpnpParser : Parser
Constructors
|
Improve this Doc
View Source
UpnpParser(ITokenStream)
Declaration
public UpnpParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
UpnpParser(ITokenStream, TextWriter, TextWriter)
Declaration
public UpnpParser(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
ASTERISK
Declaration
public const int ASTERISK = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BINOP
Declaration
public const int BINOP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BOOLVAL
Declaration
public const int BOOLVAL = 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
DQUOTE
Declaration
public const int DQUOTE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EXISTSOP
Declaration
public const int EXISTSOP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HTAB
Declaration
public const int HTAB = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LOGOP
Declaration
public const int LOGOP = 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
PROPERTY
Declaration
public const int PROPERTY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RELOP
Declaration
public const int RELOP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_escapedQuote
Declaration
public const int RULE_escapedQuote = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_quotedVal
Declaration
public const int RULE_quotedVal = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_relExp
Declaration
public const int RULE_relExp = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_searchCrit
Declaration
public const int RULE_searchCrit = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_searchExp
Declaration
public const int RULE_searchExp = 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
STRING_LITERAL
Declaration
public const int STRING_LITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
STRINGOP
Declaration
public const int STRINGOP = 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
WCHAR
Declaration
public const int WCHAR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WHITESPACE
Declaration
public const int WHITESPACE = 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
escapedQuote()
Declaration
public UpnpParser.EscapedQuoteContext escapedQuote()
Returns
|
Improve this Doc
View Source
quotedVal()
Declaration
public UpnpParser.QuotedValContext quotedVal()
Returns
|
Improve this Doc
View Source
relExp()
Declaration
public UpnpParser.RelExpContext relExp()
Returns
|
Improve this Doc
View Source
searchCrit()
Declaration
public UpnpParser.SearchCritContext searchCrit()
Returns
|
Improve this Doc
View Source
searchExp()
Declaration
public UpnpParser.SearchExpContext searchExp()
Returns
|
Improve this Doc
View Source
Sempred(RuleContext, Int32, Int32)
Declaration
public override bool Sempred(RuleContext _localctx, int ruleIndex, int predIndex)
Parameters
Type |
Name |
Description |
RuleContext |
_localctx |
|
System.Int32 |
ruleIndex |
|
System.Int32 |
predIndex |
|
Returns
Type |
Description |
System.Boolean |
|