Searched defs:baseType (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialDatalink.java60 private int baseType; field in class:SerialDatalink
H A DSerialArray.java67 private int baseType; field in class:SerialArray
152 baseType = array.getBaseType();
156 switch (baseType) {
262 baseType = array.getBaseType();
266 switch (baseType) {
409 return baseType;
/openjdk7/jaxws/src/share/jaxws_classes/org/relaxng/datatype/helpers/
H A DParameterlessDatatypeBuilder.java61 private final Datatype baseType; field in class:ParameterlessDatatypeBuilder
63 public ParameterlessDatatypeBuilder( Datatype baseType ) {
64 this.baseType = baseType;
73 return baseType;
H A DStreamingValidatorImpl.java66 private final Datatype baseType; field in class:StreamingValidatorImpl
77 return baseType.isValid(buffer.toString(),context);
81 baseType.checkValid(buffer.toString(),context);
84 public StreamingValidatorImpl( Datatype baseType, ValidationContext context ) { argument
85 this.baseType = baseType;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVirtualBaseConstructor.java42 private Type baseType; field in class:VirtualBaseConstructor
45 public VirtualBaseConstructor(TypeDataBase db, Type baseType, String packageName, Class unknownTypeHandler) { argument
48 this.baseType = baseType;
56 while (superType != null && superType != baseType) {
59 if (superType == baseType) {
87 Type type = db.findDynamicTypeForAddress(addr, baseType);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DBaseContentRef.java35 private final Ref.Type baseType; field in class:BaseContentRef
39 this.baseType = _baseType;
43 XSType t = baseType.getType();
55 XSType t = baseType.getType();
63 if (baseType instanceof Patch)
64 ((Patch) baseType).run();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DAbstractExtendedComplexTypeBuilder.java132 XSComplexType baseType = t.getBaseType().asComplexType();
133 if (baseType != null) {
134 return getLastRestrictedType(baseType);
170 protected boolean checkIfExtensionSafe(XSComplexType baseType, XSComplexType thisType) { argument
171 XSComplexType lastType = getLastRestrictedType(baseType);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DTypeDataBase.java124 polymorphic C++ object. Requires a baseType that must be virtual
126 public Type findDynamicTypeForAddress(Address addr, Type baseType); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DEnumLeafInfoImpl.java58 NonElement<T,C> baseType; field in class:EnumLeafInfoImpl
107 baseType = builder.getTypeInfo(base,this);
109 baseType = builder.getTypeInfo(builder.nav.ref(String.class),this);
183 return baseType;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCPropertyInfo.java77 public JType baseType; field in class:CPropertyInfo
259 if(baseType!=null && (baseType instanceof JClass))
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DJAXBRIContext.java398 * The type that derives from {@code baseType}
399 * @param baseType
402 * The use of {@code baseType} in {@code type}.
406 public static @Nullable Type getBaseType(@NotNull Type type, @NotNull Class baseType) { argument
407 return Navigator.REFLECTION.getBaseClass(type,baseType);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComplexTypeImpl.java69 this.baseType = _base;
96 private Ref.Type baseType; field in class:ComplexTypeImpl
97 public XSType getBaseType() { return baseType.getType(); }
103 if( baseType instanceof DelayedRef )
104 ((DelayedRef)baseType).redefine(ct);
106 this.baseType = ct;
164 XSType baseType = getBaseType();
165 if(baseType.asComplexType()!=null)
166 base = (WildcardImpl)baseType.asComplexType().getAttributeWildcard();
226 XSComplexType baseType
[all...]
H A DSimpleTypeImpl.java61 this.baseType = _baseType;
65 private Ref.SimpleType baseType; field in class:SimpleTypeImpl
72 baseType = st;
95 public XSType getBaseType() { return baseType.getType(); }
96 public XSSimpleType getSimpleBaseType() { return baseType.getType(); }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DSimpleType_Restriction.java87 $runtime.document, annotation, locator, fa, name, name==null, finalSet, baseType );
93 baseType = new DelayedRef.SimpleType(
450 baseType = ((SimpleTypeImpl)$__result__);
486 private Ref.SimpleType baseType; field in class:SimpleType_Restriction
H A DcomplexType.java84 baseType = $runtime.parser.schemaSet.anyType;
99 baseType = new DelayedRef.Type(
117 baseType = new DelayedRef.Type(
129 contentType = new BaseContentRef($runtime,baseType);
137 baseType = new DelayedRef.Type(
161 baseContentType = new BaseContentSimpleTypeRef(baseType);
173 baseType = new DelayedRef.Type(
1915 private Ref.Type baseType; field in class:complexType
1925 private final Ref.Type baseType; field in class:complexType.BaseContentSimpleTypeRef
1926 private BaseContentSimpleTypeRef(Ref.Type _baseType ) { this.baseType
1961 private final Ref.Type baseType; field in class:complexType.BaseComplexTypeContentRef
1968 private final Ref.Type baseType; field in class:complexType.InheritBaseContentTypeRef
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicTypeDataBase.java267 public Type findDynamicTypeForAddress(Address addr, Type baseType) { argument
271 if (vtblForType(baseType) == null) {
273 throw new InternalError(baseType + " does not appear to be polymorphic");
288 // baseType. See the notes in guessTypeForAddress for the logic of
294 long offset2 = baseType.getSize();
312 while (superClass != baseType && superClass != null) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJCodeModel.java219 public JDefinedClass newAnonymousClass(JClass baseType) { argument
220 return new JAnonymousClass(baseType);
226 public JDefinedClass anonymousClass(JClass baseType) { argument
227 return new JAnonymousClass(baseType);
230 public JDefinedClass anonymousClass(Class<?> baseType) { argument
231 return anonymousClass(ref(baseType));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java115 private BaseTypeBean baseType = null; field in class:BIProperty
130 this.baseType = _baseType;
150 if(baseType!=null && baseType.conv!=null)
151 baseType.conv.setParent(parent);
201 if(baseType!=null && baseType.name!=null) {
203 baseType.name,
506 prop.baseType = bt;
731 if(baseType!
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DNavigator.java86 * The type that derives from {@code baseType}
87 * @param baseType
90 * The use of {@code baseType} in {@code type}.
93 T getBaseClass(T type, C baseType); argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java102 XSTypeDefinition baseType, short derivedBy, short schemaFinal,
108 fBaseType = baseType;
101 setValues(String name, String targetNamespace, XSTypeDefinition baseType, short derivedBy, short schemaFinal, short block, short contentType, boolean isAbstract, XSAttributeGroupDecl attrGrp, XSSimpleType simpleType, XSParticleDecl particle, XSObjectListImpl annotations) argument
H A DSchemaGrammar.java1188 XSTypeDefinition baseType, short derivedBy, short schemaFinal,
1187 setValues(String name, String targetNamespace, XSTypeDefinition baseType, short derivedBy, short schemaFinal, short block, short contentType, boolean isAbstract, XSAttributeGroupDecl attrGrp, XSSimpleType simpleType, XSParticleDecl particle) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java166 public Type baseType() {
176 public Type baseType() { method in class:Type
184 Type t = ts.head.baseType();
594 public Type baseType() {
1239 public Type baseType() { method in class:Type.UndetVar
1240 if (inst != null) return inst.baseType();
/openjdk7/jdk/test/javax/management/mxbean/
H A DMerlinMXBean.java315 static ArrayType make(int dims, OpenType baseType) { argument
317 return new ArrayType(dims, baseType);
323 static ArrayType make(SimpleType baseType, boolean primitiveArray) { argument
325 return new ArrayType(baseType, primitiveArray);

Completed in 86 milliseconds