Home | History | Annotate | Download | only in parser

Lines Matching defs:this

4 * This software was developed by employees of the National Institute of
11 * This software is provided by NIST as a service and is expressly
20 * Permission to use this software is contingent upon your acceptance
21 * of the terms of this agreement
77 this.lexer.SPorHT();
78 this.lexer.match(TokenTypes.ID);
83 this.lexer.SPorHT();
85 this.lexer.match(',');
86 this.lexer.SPorHT();
89 this.lexer.match(TokenTypes.ID);
94 this.lexer.SPorHT();
96 this.lexer.SPorHT();
97 this.lexer.match('\n');
122 * CVS: If this change addresses one or more issues,
125 * CVS: If this change has been taken from another system,
126 * CVS: then name the system in this line, otherwise delete it.
128 * CVS: If this code has been contributed to the project by someone else; i.e.,
130 * CVS: address here. If this is your work then delete this line.
134 * CVS: If you have not had it reviewed then delete this line.
163 * CVS: If this change addresses one or more issues,
166 * CVS: If this change has been taken from another system,
167 * CVS: then name the system in this line, otherwise delete it.
169 * CVS: If this code has been contributed to the project by someone else; i.e.,
171 * CVS: address here. If this is your work then delete this line.
175 * CVS: If you have not had it reviewed then delete this line.