Searched refs:Ref (Results 1 - 25 of 83) sorted by relevance

1234

/openjdk10/langtools/test/tools/javac/capture/
H A DCapture3.java36 void enqueue(Ref<? extends T> r) {
40 class Ref<T> { class
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/
H A DSubstGroupBaseTypeRef.java29 import com.sun.xml.internal.xsom.impl.Ref;
37 public class SubstGroupBaseTypeRef implements Ref.Type {
38 private final Ref.Element e;
40 public SubstGroupBaseTypeRef( Ref.Element _e ) {
H A DBaseContentRef.java28 import com.sun.xml.internal.xsom.impl.Ref;
34 public final class BaseContentRef implements Ref.ContentType, Patch {
35 private final Ref.Type baseType;
38 public BaseContentRef(final NGCCRuntimeEx $runtime, Ref.Type _baseType) {
H A DDelayedRef.java39 import com.sun.xml.internal.xsom.impl.Ref;
116 public static class Type extends DelayedRef implements Ref.Type {
136 public static class SimpleType extends DelayedRef implements Ref.SimpleType {
153 public static class ComplexType extends DelayedRef implements Ref.ComplexType {
170 public static class Element extends DelayedRef implements Ref.Element {
188 public static class ModelGroup extends DelayedRef implements Ref.Term {
206 public static class AttGroup extends DelayedRef implements Ref.AttGroup {
223 public static class Attribute extends DelayedRef implements Ref.Attribute {
240 public static class IdentityConstraint extends DelayedRef implements Ref.IdentityConstraint {
/openjdk10/langtools/test/tools/javac/generics/wildcards/
H A DAssignmentSameType.java34 Ref<B> exact = null;
35 Ref<? extends B> ebound = null;
36 Ref<? super B> sbound = null;
37 Ref<?> unbound = null;
62 class Ref<A> {} class
H A DAssignmentDifferentTypes.java34 Ref<Der> derexact = null;
35 Ref<Base> baseexact = null;
36 Ref<? extends Der> derext = null;
37 Ref<? extends Base> baseext = null;
38 Ref<? super Der> dersuper = null;
39 Ref<? super Base> basesuper = null;
57 class Ref<T> {} class
/openjdk10/langtools/test/tools/javac/generics/
H A DNonlinear.java33 // because build () returns a type Ref<*>
40 static <A> Ref<A> build () {
41 return new Ref<A> ();
60 static <A,B extends Ref<A>> Pair<Ref<A>,B> duplicate (B x) {
61 return new Pair<Ref<A>,B> (x,x);
71 Pair <Ref<A>, Ref<B>> p = duplicate (build ());
86 class Ref<A> implements RWRef <A,A> { class in inherits:RWRef
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DRef.java36 final class Ref { class
H A DMethodAccessor_Ref.java37 super(Ref.class);
45 ((Bean)bean).set_ref((Ref)value);
H A DFieldAccessor_Ref.java37 super(Ref.class);
45 ((Bean)bean).f_ref = (Ref)value;
H A DBean.java51 public Ref f_ref;
77 public Ref get_ref() { throw new UnsupportedOperationException(); }
78 public void set_ref(Ref r) { throw new UnsupportedOperationException(); }
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DContentTypeImpl.java37 public interface ContentTypeImpl extends Ref.ContentType, XSContentType {
H A DRef.java54 public abstract class Ref { class
70 public static interface SimpleType extends Ref.Type {
74 public static interface ComplexType extends Ref.Type {
H A DAttributeDeclImpl.java36 public class AttributeDeclImpl extends DeclarationImpl implements XSAttributeDecl, Ref.Attribute
42 Ref.SimpleType _type ) {
54 private final Ref.SimpleType type;
71 // Ref.Attribute implementation
H A DAttributesHolder.java32 import com.sun.xml.internal.xsom.impl.Ref.AttGroup;
103 /** {@link Ref.AttGroup}s that are directly refered from this. */
104 protected final Set<Ref.AttGroup> attGroups = new HashSet<Ref.AttGroup>();
106 public void addAttGroup( Ref.AttGroup a ) { attGroups.add(a); }
111 return new Iterators.Adapter<XSAttGroupDecl,Ref.AttGroup>(attGroups.iterator()) {
H A DAttributeUseImpl.java38 public AttributeUseImpl( SchemaDocumentImpl owner, AnnotationImpl ann, Locator loc, ForeignAttributesImpl fa, Ref.Attribute _decl,
49 private final Ref.Attribute att;
/openjdk10/langtools/test/tools/javac/lambda/8068399/
H A DT8068399.java44 public static class Ref<T> { class in class:T8068399
48 public Ref() { method in class:T8068399.Ref
51 public Ref(T value) { method in class:T8068399.Ref
69 Ref<Double> max = new Ref<>();
70 Ref<T> index = new Ref<>();
/openjdk10/hotspot/src/share/vm/memory/
H A DmetaspaceClosure.cpp29 void MetaspaceClosure::Ref::update(address new_loc) const {
30 log_trace(cds)("Ref: [" PTR_FORMAT "] -> " PTR_FORMAT " => " PTR_FORMAT,
37 void MetaspaceClosure::push_impl(MetaspaceClosure::Ref* ref, Writability w) {
57 bool UniqueMetaspaceClosure::do_ref(MetaspaceClosure::Ref* ref, bool read_only) {
H A DmetaspaceClosure.hpp78 // class MetaspaceClosure::Ref --
91 // To work around the lack of a vtable, we use Ref class with templates
93 // so that we can statically discover the type of a object. The use of Ref
104 class Ref { class in class:MetaspaceClosure
135 template <class T> class ObjectRef : public Ref {
162 template <class T> class PrimitiveArrayRef : public Ref {
192 template <class T> class PointerArrayRef : public Ref {
227 void push_impl(Ref* ref, Writability w);
231 virtual bool do_ref(Ref* ref, bool read_only) = 0;
262 virtual bool do_ref(Ref* re
[all...]
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubRef.java26 import java.sql.Ref;
30 public class StubRef implements Ref, Serializable {
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DRef.java40 * SQL structured type, a <code>Ref</code> object is by default also a logical
42 * a <code>Ref</code> object does not materialize
45 * A <code>Ref</code> object can be stored in the database using the
48 * All methods on the <code>Ref</code> interface must be fully implemented if the
54 public interface Ref { interface
58 * this <code>Ref</code> object references.
78 * the SQL structured type to which this <code>Ref</code>
91 * this <code>Ref</code> object. If the connection's type map has an entry
97 * the SQL structured type to which this <code>Ref</code>
108 * Sets the structured type value that this <code>Ref</cod
[all...]
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/
H A DRef.java42 public final class Ref<T,C> { class
59 public Ref(T type) { method in class:Ref
63 public Ref(T type, Adapter<T, C> adapter, boolean valueList) { method in class:Ref
71 public Ref(ModelBuilderI<T,C,?,?> builder, T type, XmlJavaTypeAdapter xjta, XmlList xl ) { method in class:Ref
75 public Ref(AnnotationReader<T,C,?,?> reader, method in class:Ref
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/
H A DRawTypeSet.java45 * Set of {@link Ref}.
52 public final Set<Ref> refs;
70 public RawTypeSet( Set<Ref> refs, Multiplicity m ) {
123 * If there are multiple {@link Ref}s with the same type,
124 * we cannot make them into type refs. Or if any of the {@link Ref}
140 for( Ref r : refs ) {
165 for( Ref t : refs )
172 for( Ref t : refs )
177 for( Ref t : refs ) {
185 for( Ref
200 public static abstract class Ref { class in class:RawTypeSet
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/beans/util/
H A DCache.java267 if (reference instanceof Ref) {
269 Ref ref = (Ref) reference;
323 private final Ref<K> key;
324 private final Ref<V> value;
375 private static interface Ref<T> { interface in class:Cache
408 <T> Ref<T> create(Object owner, T value, ReferenceQueue<? super T> queue) {
413 <T> Ref<T> create(Object owner, T referent, ReferenceQueue<? super T> queue) {
420 <T> Ref<T> create(Object owner, T referent, ReferenceQueue<? super T> queue) {
437 abstract <T> Ref<
[all...]
/openjdk10/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialRef.java33 * A serialized mapping of a <code>Ref</code> object, which is the mapping in the
37 * creating a <code>SerialRef</code> instance from a <code>Ref</code>
38 * object and provides methods for getting and setting the <code>Ref</code> object.
48 public class SerialRef implements Ref, Serializable, Cloneable {
57 * This will store the type <code>Ref</code> as an <code>Object</code>.
62 * Private copy of the Ref reference.
64 private Ref reference;
67 * Constructs a <code>SerialRef</code> object from the given <code>Ref</code>
70 * @param ref a Ref object; cannot be <code>null</code>
72 * is <code>null</code>; or if the <code>Ref</cod
[all...]

Completed in 2720 milliseconds

1234