Lines Matching defs:to

8  * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
39 // -D57110<daz> Allow ID pragma directive to be applied to modules and update
40 // feature in accordance to CORBA 2.3.
171 // will process escaped identifiers according to specification.
435 parser.token = token; // Since parser to parse, give it this token
442 parser.token = token; // Since parser to parse, give it this token
646 // Add pragma entry to container
664 // we are adding extensions to the Sun's idlj compiler to
666 // the OMG is taking a long time to formalize stuff. Good
671 // is to generate Helper, Holder, and only Skel with _invoke
688 // <d57110> Pragma ID can be appiled to modules and it is an error to
705 // Don't have to generate an error, scopedName already has.
736 // Don't have to generate an error, scopedName already has.
766 // in this ID pragma directive cannot resolve to a module.
775 // Don't have to generate an error, scopedName already has.
828 // in this Version pragma directive cannot resolve to a module.
832 // reset the flag to original value
836 // Don't have to generate an error, scopedName already has.
897 // Change all ::'s to /'s
924 * input file from the current position up to, but not including,
934 * input file from the current position up to, but not including,
1039 * Skip to the end of the line.
1108 // But match reads the next token. I don't want to do that now.
1190 private String replaceAll (String string, String from, String to)
1200 string = string.substring (0, index) + '"' + to + '"' + string.substring (index + from.length ());
1202 string = string.substring (0, index) + to + string.substring (index + from.length ());
1203 index += to.length ();
1308 // no reason to issue warnings for tokens scanned during preprocessing.
1348 // 1.) Do not issue warnings for identifiers known to be keywords in
1356 // Deprecated directives? None to date.