additive_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
additive_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
AddOperatorReportGroup(string alias) | Irony.Parsing.Grammar | protected |
AddTermsReportGroup(string alias, params string[] symbols) | Irony.Parsing.Grammar | protected |
AddTermsReportGroup(string alias, params Terminal[] terminals) | Irony.Parsing.Grammar | protected |
AddToNoReportGroup(params string[] symbols) | Irony.Parsing.Grammar | protected |
AddToNoReportGroup(params Terminal[] terminals) | Irony.Parsing.Grammar | protected |
and_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
and_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
argument_expression_list | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
array_initializer_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
assignment_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
assignment_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
assignment_operator | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
Ast< T >(ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
AstCompositeEnum< T >(ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
attribute_qualifier_pre | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
block_item | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
block_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
boolean | SiliconStudio.Shaders.Grammar.ShaderGrammar | |
break_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
CaseSensitive | Irony.Parsing.Grammar | |
cast_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
CollectQualifiers(ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
conditional_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
conditional_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
ConsoleGreeting | Irony.Parsing.Grammar | |
ConsolePrompt | Irony.Parsing.Grammar | |
ConsolePromptMoreInput | Irony.Parsing.Grammar | |
ConsoleTitle | Irony.Parsing.Grammar | |
constant_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
ConstructParserErrorMessage(ParsingContext context, StringSet expectedTerms) | Irony.Parsing.Grammar | virtual |
continue_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
CreateArrayInitializerExpressionAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateAssignementExpressionAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateAssignmentOperator(ParsingContext parsingContext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateAstNode(ParsingContext context, ParseTreeNode nodeInfo) | Irony.Parsing.Grammar | virtual |
CreateBinaryExpressionAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateBlockStatementAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateCaseStatementAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateConditionalExpressionAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateDeclarationSpecifier(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateDeclarationStatementAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateDoWhileStatementAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateEmptyStatementAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateEnumFlags< T >(T initialValue, IEnumerable< ParseTreeNode > enumValues) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateExpressionOrEmptyAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateExpressionStatementAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateFloatLiteral(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
CreateForStatementAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateIdentifierAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateIdentifierIndexableAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateIdentifierListAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateIfStatementAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateIndexerExpressionAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateIntegerLiteral(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
CreateLanguageData() | Irony.Parsing.Grammar | virtual |
CreateLiteralAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateLiteralExpressionAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateMemberReferenceExpressionAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateMethodDeclarationAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateMethodDeclarationRawAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateMethodDeclaratorAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateMethodDefinitionAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateMethodInvokeExpressionAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateParameterAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedvirtual |
CreateParenthesizedExpressionAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreatePostfixUnaryExpressionAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateQualifiers(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateQualifiersAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateRankSpecifierAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateReturnStatementAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateRuleFromObjectTypes(params ObjectType[] types) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
CreateRuleFromObjectTypes(IEnumerable< ObjectType > types) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
CreateShaderAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateStatementAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateStorageQualifier(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedvirtual |
CreateStructureAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateSwitchCastGroupAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateSwitchStatementAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateTokenFilters(LanguageData language, TokenFilterList filters) | Irony.Parsing.Grammar | virtual |
CreateTypeFromTokenAst< T >(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateTypeNameAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateTypeNameFromTokenAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateUnaryExpressionAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateVariableDeclaratorAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedvirtual |
CreateVariableDeclaratorRawAst(ParsingContext parsingcontext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedvirtual |
CreateVariableGroupAst(ParsingContext parsingContext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateVariableGroupRawAst(ParsingContext parsingContext, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CreateWhileStatementAst(ParsingContext context, ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
CurrentGrammar | Irony.Parsing.Grammar | static |
declaration | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
declaration_specifiers | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
declaration_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
Dedent | Irony.Parsing.Grammar | |
DefaultCulture | Irony.Parsing.Grammar | |
DefaultNodeType | Irony.Parsing.Grammar | |
Delimiters | Irony.Parsing.Grammar | |
discard_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
do_while_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
Empty | Irony.Parsing.Grammar | |
empty_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
Eof | Irony.Parsing.Grammar | |
Eos | Irony.Parsing.Grammar | |
equality_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
equality_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
exclusive_or_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
exclusive_or_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
expression_list | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
expression_or_empty | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
expression_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
FallbackTerminals | Irony.Parsing.Grammar | |
field_declaration | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
FillListFromNodes< TItem >(IEnumerable< ParseTreeNode > nodes, IList< TItem > items) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
FillTokenText(ParseTreeNode node, StringBuilder builder) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
FlagIsSet(LanguageFlags flag) | Irony.Parsing.Grammar | |
float_literal | SiliconStudio.Shaders.Grammar.ShaderGrammar | |
for_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
GetExpression(ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
GetOptional< T >(ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
GetParseNodeCaption(ParseTreeNode node) | Irony.Parsing.Grammar | virtual |
GetTokenText(ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
Grammar() | Irony.Parsing.Grammar | |
Grammar(bool caseSensitive) | Irony.Parsing.Grammar | |
GrammarComments | Irony.Parsing.Grammar | |
identifier | SiliconStudio.Shaders.Grammar.ShaderGrammar | |
identifier_extended | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
identifier_list | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
identifier_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | |
if_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
ImplyPrecedenceHere(int precedence) | Irony.Parsing.Grammar | protected |
ImplyPrecedenceHere(int precedence, Associativity associativity) | Irony.Parsing.Grammar | protected |
inclusive_or_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
inclusive_or_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
incr_or_decr | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
Indent | Irony.Parsing.Grammar | |
indexable_identifier | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
indexable_identifier_declarator | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
indexer_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
initializer | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
initializer_list | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
integer_literal | SiliconStudio.Shaders.Grammar.ShaderGrammar | |
iteration_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
jump_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
KeyTerms | Irony.Parsing.Grammar | |
Keyword(string term, bool isCaseInsensitive=false) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
LanguageFlags | Irony.Parsing.Grammar | |
LanguageStringComparer | Irony.Parsing.Grammar | |
less_than | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
LineStartTerminal | Irony.Parsing.Grammar | |
LineTerminators | Irony.Parsing.Grammar | |
literal | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
literal_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
literal_list | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
logical_and_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
logical_and_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
logical_or_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
logical_or_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
MakePlusRule(NonTerminal listNonTerminal, BnfTerm listMember) | Irony.Parsing.Grammar | static |
MakePlusRule(NonTerminal listNonTerminal, BnfTerm delimiter, BnfTerm listMember, TermListOptions options) | Irony.Parsing.Grammar | static |
MakePlusRule(NonTerminal listNonTerminal, BnfTerm delimiter, BnfTerm listMember) | Irony.Parsing.Grammar | static |
MakeStarRule(NonTerminal listNonTerminal, BnfTerm listMember) | Irony.Parsing.Grammar | static |
MakeStarRule(NonTerminal listNonTerminal, BnfTerm delimiter, BnfTerm listMember) | Irony.Parsing.Grammar | static |
MakeStarRule(NonTerminal listNonTerminal, BnfTerm delimiter, BnfTerm listMember, TermListOptions options) | Irony.Parsing.Grammar | static |
MarkMemberSelect(params string[] symbols) | Irony.Parsing.Grammar | |
MarkNotReported(params BnfTerm[] terms) | Irony.Parsing.Grammar | |
MarkNotReported(params string[] symbols) | Irony.Parsing.Grammar | |
MarkPunctuation(params string[] symbols) | Irony.Parsing.Grammar | |
MarkPunctuation(params BnfTerm[] terms) | Irony.Parsing.Grammar | |
MarkReservedWords(params string[] reservedWords) | Irony.Parsing.Grammar | |
MarkTransient(params NonTerminal[] nonTerminals) | Irony.Parsing.Grammar | |
matrix_type | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
matrix_type_list | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
matrix_type_simple | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
member_reference_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
method_declaration | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
method_declaration_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
method_declarator | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
method_definition | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
method_definition_or_declaration | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
method_invoke_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
method_invoke_expression_simple | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
method_qualifier_post | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
multi_line_comment | SiliconStudio.Shaders.Grammar.ShaderGrammar | |
multiplicative_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
multiplicative_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
newline | SiliconStudio.Shaders.Grammar.ShaderGrammar | |
NewLine | Irony.Parsing.Grammar | |
NewLinePlus | Irony.Parsing.Grammar | |
NewLineStar | Irony.Parsing.Grammar | |
NonGrammarTerminals | Irony.Parsing.Grammar | |
number | SiliconStudio.Shaders.Grammar.ShaderGrammar | |
object_type | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
OnGrammarDataConstructed(LanguageData language) | Irony.Parsing.Grammar | virtual |
OnLanguageDataConstructed(LanguageData language) | Irony.Parsing.Grammar | virtual |
OnResolvingConflict(ConflictResolutionArgs args) | Irony.Parsing.Grammar | virtual |
OnScannerSelectTerminal(ParsingContext context) | Irony.Parsing.Grammar | virtual |
Op(string term, TokenType type) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
parameter_declaration | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
parameter_list | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
parameter_qualifier_post | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
parameter_qualifier_pre | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
parameter_type | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
parenthesized_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
ParseStringFromNode(ParseTreeNode node) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
post_incr_decr_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
postfix_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
PreferShiftHere() | Irony.Parsing.Grammar | protected |
primary_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
Punc(string term, TokenType type) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
rank_specifier | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
rank_specifier_empty | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
ReduceHere() | Irony.Parsing.Grammar | protected |
ReduceIf(string symbol) | Irony.Parsing.Grammar | protected |
RegisterBracePair(string openBrace, string closeBrace) | Irony.Parsing.Grammar | |
RegisterOperators(int precedence, params string[] opSymbols) | Irony.Parsing.Grammar | |
RegisterOperators(int precedence, Associativity associativity, params string[] opSymbols) | Irony.Parsing.Grammar | |
RegisterOperators(int precedence, params BnfTerm[] opTerms) | Irony.Parsing.Grammar | |
RegisterOperators(int precedence, Associativity associativity, params BnfTerm[] opTerms) | Irony.Parsing.Grammar | |
relational_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
relational_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
ReportParseError(ParsingContext context) | Irony.Parsing.Grammar | virtual |
ResolveInCode() | Irony.Parsing.Grammar | protected |
return_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
Root | Irony.Parsing.Grammar | |
sampler_type | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
scalars | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
scalars_and_vectors | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
scalars_or_typename | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
ScannerBuilder | Irony.Parsing.Grammar | |
scope_declaration | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
selection_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
semi_opt | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
shader | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
ShaderGrammar() | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
shift_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
shift_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
ShiftIf(string symbol) | Irony.Parsing.Grammar | protected |
simple_assignment_expression_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
simple_type | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
simple_type_or_type_name | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
single_line_comment | SiliconStudio.Shaders.Grammar.ShaderGrammar | |
SnippetRoots | Irony.Parsing.Grammar | |
statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
statement_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
storage_qualifier | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
storage_qualifier_list_opt | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
struct_specifier | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
switch_case_group | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
switch_case_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
switch_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
SyntaxError | Irony.Parsing.Grammar | |
T(string name) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
T(string name, AstNodeCreator nodeCreator) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
Term(Terminal terminal, TokenCategory category, TokenType type) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
TermReportGroups | Irony.Parsing.Grammar | |
toplevel_declaration | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
toplevel_declaration_list | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
ToTerm(string text) | Irony.Parsing.Grammar | |
ToTerm(string text, string name) | Irony.Parsing.Grammar | |
TryMatch(ParsingContext context, ISourceStream source) | Irony.Parsing.Grammar | virtual |
TT(string name) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protectedstatic |
type | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
type_for_cast | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
type_name | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
type_reference_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
TypeName(string term) | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
typename_for_cast | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
unary_expression | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
unary_expression_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
unary_operator | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
unknown | SiliconStudio.Shaders.Grammar.ShaderGrammar | |
value_type | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
variable_declaration | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
variable_declaration_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
variable_declarator | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
variable_declarator_list | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
variable_declarator_qualifier_post | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
variable_declarator_raw | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
variable_identifier | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
vector_type | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
vector_type_list | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
void_type | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
while_statement | SiliconStudio.Shaders.Grammar.ShaderGrammar | protected |
whitespace | SiliconStudio.Shaders.Grammar.ShaderGrammar | |
WhitespaceChars | Irony.Parsing.Grammar | |