23622363236423652366236723682369
* @param offendingNSToken The offending "namespace" token after the label * and colon. */ protected void trapInvalidSubstatement(ASToken offendingNSToken) { final InvalidAttributeProblem problem = new InvalidAttributeProblem(offendingNSToken); addProblem(problem); }