Searched defs:module (Results 26 - 27 of 27) sorted by relevance

12

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParseException.java245 static ParseException moduleNotType (Scanner scanner, String module) argument
247 return arg1 ("moduleNotType", scanner, module);
H A DParser.java233 // oversight. If module X.Y.Z first appears in an include file, then is
237 // If any of this module's elements should be emitted, add
238 // this module to the emit list.
248 // If any of this module's elements should be emitted, add
249 // this module to the emit list.
261 // If any of this module's elements is to be emitted,
262 // then add the module to the emit list.
314 module (entry);
347 private void module (ModuleEntry entry) throws IOException, ParseException method in class:Parser
353 // comment must immediately precede "module" keywor
383 interface2(ModuleEntry module, String name, int interfaceType) argument
670 value2(ModuleEntry module, String name, boolean isAbstract, boolean isCustom) argument
949 valueBox(ModuleEntry module, String name) argument
999 valueForwardDcl(ModuleEntry module, String name, boolean isAbstract) argument
[all...]

Completed in 25 milliseconds

12