Home | History | Annotate | Download | only in CSharp3

Lines Matching refs:rule

39  *    token, set, rule, wildcard
45 @rule.setErrorReturnValue() ::= <<
128 // RULE REF AST
130 /** rule when output=AST */
131 ruleRef(rule,label,elementIndex,args,scope) ::= <%
138 /** rule! is same as normal rule ref */
139 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
141 /** rule^ */
142 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
147 /** x+=rule when output=AST */
148 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
153 /** x+=rule! when output=AST is a rule ref with list addition */
154 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= <<
159 /** x+=rule^ */
160 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<