Searched defs:pragma (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DNoPragma.java44 public boolean process (String pragma, String currentToken) throws IOException argument
46 parseException (Util.getMessage ("Preprocessor.unknownPragma", pragma));
H A DPragmaHandler.java45 public abstract boolean process (String pragma, String currentToken) throws IOException; argument
125 For example, the prefix pragma takes effect as soon as it is
127 If a similar pragma extension is desired, then the openScope and
138 For example, the prefix pragma takes effect as soon as it is
140 If a similar pragma extension is desired, then the openScope and
H A DPreprocessor.java39 // -D57110<daz> Allow ID pragma directive to be applied to modules and update
62 * preprocessor encounters a pragma name which it doesn't recognize
153 pragma ();
636 private void pragma () throws IOException, ParseException method in class:Preprocessor
641 // <d59165> Enable escaped identifiers while processing pragma internals.
642 // Don't enable until scanning pragma name!
646 // Add pragma entry to container
686 } // pragma
689 // name a type in more than one ID pragma directive.
712 // pragma typ
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/som/idlemit/
H A DMetaPragma.java41 * #pragma meta scoped_name string
51 * This pragma handler places a vector of Strings into the dynamicVariable()
55 * It is possible to associate a meta pragma with a forward entry.
70 * @param pragma string for pragma name
72 * @return true if this is a meta pragma.
74 public boolean process(String pragma, String currentToken) { argument
75 if ( !pragma.equals("meta"))
149 * parse pragma message and place into vector v.

Completed in 33 milliseconds