Searched refs:getConversion (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/util/
H A DIllegalFormatConversionException.java67 public char getConversion() { method in class:IllegalFormatConversionException
H A DFormatFlagsConversionMismatchException.java77 public char getConversion() { method in class:FormatFlagsConversionMismatchException
H A DUnknownFormatConversionException.java60 public String getConversion() { method in class:UnknownFormatConversionException
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DBIAttribute.java65 public BIConversion getConversion() { method in class:BIAttribute
H A DBIElement.java220 public BIConversion getConversion() { method in class:BIElement
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/
H A DElement.java165 private TypeUse getConversion() { method in class:Element
170 BIConversion conv = e.getConversion();
237 CValuePropertyInfo p = new CValuePropertyInfo("value", null,null/*TODO*/,locator,getConversion(),null);
299 refType = ref.getConversion().getInfo();
H A DTDTDReader.java320 if(decl!=null && decl.getConversion()!=null)
321 use = decl.getConversion().getTransducer();

Completed in 102 milliseconds