Home | History | Annotate | Download | only in tool

Lines Matching defs:scope

58 			// walk rule scope attributes for Rule r
72 AttributeScope scope = (AttributeScope) it.next();
73 checkForGlobalScopeTokenConflict(scope);
121 * Give error if you cannot find the scope override on a rule reference.
187 protected void checkForGlobalScopeTokenConflict(AttributeScope scope) {
188 if ( grammar.getTokenType(scope.getName())!=Label.INVALID ) {
190 grammar, null, scope.getName());
194 /** Check for collision of a rule-scope dynamic attribute with:
217 * Labels must not conflict with: rules, tokens, scope names,
218 * return values, parameters, and rule-scope dynamic attributes