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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DObjectType.java33 public final class ObjectType extends ReferenceType { class in inherits:ReferenceType
39 public ObjectType(String class_name) { method in class:ObjectType
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DObjectType.java49 class ObjectType extends Type { class in inherits:Type
52 protected ObjectType() { method in class:ObjectType
56 protected ObjectType(final Class<?> clazz) { method in class:ObjectType
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DObjectType.java41 public final class ObjectType extends Type { class in inherits:Type
51 protected ObjectType(String javaClassName) { method in class:ObjectType
62 protected ObjectType(Class clazz) { method in class:ObjectType
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp309 class ObjectType: public ValueType { class in inherits:ValueType
311 ObjectType(): ValueType(objectTag, 1) {} function in class:ObjectType

Completed in 57 milliseconds