Searched refs:getCoreListType (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DAbstractListField.java145 return JExpr._new(getCoreListType());
152 protected abstract JClass getCoreListType(); method in class:AbstractListField
H A DDummyListField.java121 protected final JClass getCoreListType() { method in class:DummyListField
H A DUntypedListField.java100 protected final JClass getCoreListType() { method in class:UntypedListField
H A DArrayField.java96 field = outline.implClass.field( JMod.PROTECTED, getCoreListType(), prop.getName(false) );
210 protected JClass getCoreListType() { method in class:ArrayField
H A DContentListField.java102 protected final JClass getCoreListType() { method in class:ContentListField
H A DNoExtendedContentField.java105 protected final JClass getCoreListType() { method in class:NoExtendedContentField

Completed in 95 milliseconds