Searched refs:escapedOK (Results 1 - 3 of 3) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java325 * escapedOK is FALSE, which is the case only when preprocessing is taking place.
330 * @param boolean escapedOK Flag set true if _ is used to escape an IDL keyword for use
338 String string, float corbaLevel, boolean escapedOK, boolean[] collision )
363 collision[0] |= escapedOK; // escapedOK true iff not preprocessing
337 makeKeywordToken( String string, float corbaLevel, boolean escapedOK, boolean[] collision ) argument
H A DPreprocessor.java105 scanner.escapedOK = false;
170 // is vestigal. The Preprocessor must reset escapedOK so that Scanner
173 scanner.escapedOK = true;
180 scanner.escapedOK = true;
185 scanner.escapedOK = true;
643 scanner.escapedOK = true;
685 scanner.escapedOK = false; // <d59165> Disable escaped identifiers.
H A DScanner.java662 if (escaped = escapedOK)
681 Token result = Token.makeKeywordToken( string, corbaLevel, escapedOK,
1551 // responsible to modify the escapedOK flag accordingly. Since preceding
1556 boolean escapedOK = true; field in class:Scanner

Completed in 53 milliseconds