Class CMakeParser
Inheritance
System.Object
CMakeParser
Assembly: Cmake.dll
Syntax
public class CMakeParser : Parser
Constructors
|
Improve this Doc
View Source
CMakeParser(ITokenStream)
Declaration
public CMakeParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
CMakeParser(ITokenStream, TextWriter, TextWriter)
Declaration
public CMakeParser(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
Bracket_argument
Declaration
public const int Bracket_argument = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int Bracket_comment = 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
Escape_sequence
Declaration
public const int Escape_sequence = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Identifier
Declaration
public const int Identifier = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int Line_comment = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Newline
Declaration
public const int Newline = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Quoted_argument
Declaration
public const int Quoted_argument = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_command_invocation
Declaration
public const int RULE_command_invocation = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_compound_argument
Declaration
public const int RULE_compound_argument = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_file_
Declaration
public const int RULE_file_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_single_argument
Declaration
public const int RULE_single_argument = 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
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
Unquoted_argument
Declaration
public const int Unquoted_argument = 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
command_invocation()
Declaration
public CMakeParser.Command_invocationContext command_invocation()
Returns
|
Improve this Doc
View Source
compound_argument()
Declaration
public CMakeParser.Compound_argumentContext compound_argument()
Returns
|
Improve this Doc
View Source
file_()
Declaration
public CMakeParser.File_Context file_()
Returns
|
Improve this Doc
View Source
single_argument()
Declaration
public CMakeParser.Single_argumentContext single_argument()
Returns