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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DTypedXmlWriter.java193 void _comment( Object value ) throws UnsupportedOperationException; method in interface:TypedXmlWriter
H A DContainerElement.java336 public void _comment(Object value) throws UnsupportedOperationException { method in class:ContainerElement
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DSymtabEntry.java86 _comment = that._comment; // <21jul1997daz>
106 _comment = that._comment;
250 return _comment;
255 _comment = comment;
365 private Comment _comment = null; field in class:SymtabEntry
373 21jul1997<daz> Added _comment data member to afford transferring comments from source
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp59 const char* _comment; // more info about the task member in class:CompileTask

Completed in 61 milliseconds