Class clfParser
Inheritance
System.Object
clfParser
Assembly: Clf.dll
Syntax
public class clfParser : Parser
Constructors
|
Improve this Doc
View Source
clfParser(ITokenStream)
Declaration
public clfParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
clfParser(ITokenStream, TextWriter, TextWriter)
Declaration
public clfParser(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
DATE
Declaration
public const int DATE = 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
EOL
Declaration
public const int EOL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IP
Declaration
public const int IP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL
Declaration
public const int LITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_bytes
Declaration
public const int RULE_bytes = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_datetimetz
Declaration
public const int RULE_datetimetz = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_host
Declaration
public const int RULE_host = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_line
Declaration
public const int RULE_line = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_log
Declaration
public const int RULE_log = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_logname
Declaration
public const int RULE_logname = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_referer
Declaration
public const int RULE_referer = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_request
Declaration
public const int RULE_request = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_statuscode
Declaration
public const int RULE_statuscode = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_useragent
Declaration
public const int RULE_useragent = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_username
Declaration
public const int RULE_username = 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 |
|
|
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
T__2
Declaration
public const int T__2 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TIME
Declaration
public const int TIME = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TZ
Declaration
public const int TZ = 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
bytes()
Declaration
public clfParser.BytesContext bytes()
Returns
|
Improve this Doc
View Source
datetimetz()
Declaration
public clfParser.DatetimetzContext datetimetz()
Returns
|
Improve this Doc
View Source
host()
Declaration
public clfParser.HostContext host()
Returns
|
Improve this Doc
View Source
line()
Declaration
public clfParser.LineContext line()
Returns
|
Improve this Doc
View Source
log()
Declaration
public clfParser.LogContext log()
Returns
|
Improve this Doc
View Source
logname()
Declaration
public clfParser.LognameContext logname()
Returns
|
Improve this Doc
View Source
referer()
Declaration
public clfParser.RefererContext referer()
Returns
|
Improve this Doc
View Source
request()
Declaration
public clfParser.RequestContext request()
Returns
|
Improve this Doc
View Source
statuscode()
Declaration
public clfParser.StatuscodeContext statuscode()
Returns
|
Improve this Doc
View Source
useragent()
Declaration
public clfParser.UseragentContext useragent()
Returns
|
Improve this Doc
View Source
username()
Declaration
public clfParser.UsernameContext username()
Returns