Searched refs:reflect (Results 226 - 250 of 1298) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimeTypeInfoSet.java28 import java.lang.reflect.Field;
29 import java.lang.reflect.Method;
30 import java.lang.reflect.Type;
H A DRuntimeLeafInfo.java28 import java.lang.reflect.Type;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DTransducedAccessor_field_Integer.java26 package com.sun.xml.internal.bind.v2.runtime.reflect.opt;
36 import com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor;
37 import com.sun.xml.internal.bind.v2.runtime.reflect.DefaultTransducedAccessor;
H A DTransducedAccessor_method_Integer.java26 package com.sun.xml.internal.bind.v2.runtime.reflect.opt;
36 import com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor;
37 import com.sun.xml.internal.bind.v2.runtime.reflect.DefaultTransducedAccessor;
/openjdk7/jdk/test/java/io/Serializable/subclass/
H A DAbstractObjectInputStream.java33 import java.lang.reflect.InvocationTargetException;
34 import java.lang.reflect.Method;
35 import java.lang.reflect.Modifier;
/openjdk7/jdk/test/javax/management/monitor/
H A DMBeanServerForwarderInvocationHandler.java27 import java.lang.reflect.InvocationHandler;
28 import java.lang.reflect.Method;
29 import java.lang.reflect.Proxy;
/openjdk7/jdk/test/javax/swing/RepaintManager/7013453/
H A Dbug7013453.java31 import java.lang.reflect.Field;
32 import java.lang.reflect.InvocationTargetException;
33 import java.lang.reflect.Method;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DLocatableAnnotation.java29 import java.lang.reflect.InvocationHandler;
30 import java.lang.reflect.InvocationTargetException;
31 import java.lang.reflect.Method;
32 import java.lang.reflect.Proxy;
33 import java.lang.reflect.Modifier;
/openjdk7/jdk/src/share/classes/sun/reflect/generics/reflectiveObjects/
H A DParameterizedTypeImpl.java26 package sun.reflect.generics.reflectiveObjects;
28 import sun.reflect.generics.tree.FieldTypeSignature;
30 import java.lang.reflect.MalformedParameterizedTypeException;
31 import java.lang.reflect.Method;
32 import java.lang.reflect.ParameterizedType;
33 import java.lang.reflect.Type;
34 import java.lang.reflect.TypeVariable;
155 * From the JavaDoc for java.lang.reflect.ParameterizedType
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DEncodingInfo.java199 private static java.lang.reflect.Method fgCharsetForNameMethod = null;
202 private static java.lang.reflect.Method fgCharsetCanEncodeMethod = null;
205 private static java.lang.reflect.Method fgCharsetNewEncoderMethod = null;
208 private static java.lang.reflect.Method fgCharsetEncoderCanEncodeMethod = null;
244 private static java.lang.reflect.Method fgGetConverterMethod = null;
247 private static java.lang.reflect.Method fgCanConvertMethod = null;
/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DDTraceProvider.java28 import java.lang.reflect.Method;
29 import java.lang.reflect.InvocationTargetException;
30 import java.lang.reflect.Modifier;
31 import java.lang.reflect.Constructor;
32 import java.lang.reflect.InvocationHandler;
33 import java.lang.reflect.InvocationTargetException;
95 * java.lang.reflect.proxy cache so that we get a unique class each
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/BatikSVGProxy/src/com/sun/hotspot/igv/svg/
H A DBatikSVG.java28 import java.lang.reflect.Constructor;
29 import java.lang.reflect.InvocationTargetException;
30 import java.lang.reflect.Method;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/RhinoScriptEngineProxy/src/com/sun/hotspot/igv/rhino/
H A DRhinoScriptEngine.java29 import java.lang.reflect.Constructor;
30 import java.lang.reflect.InvocationTargetException;
31 import java.lang.reflect.Method;
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkActivateRef/
H A DCheckActivateRef_Stub.java41 private static java.lang.reflect.Method $method_ping_0;
42 private static java.lang.reflect.Method $method_shutdown_1;
49 java.lang.reflect.Method.class,
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkRegisterInLog/
H A DCheckRegisterInLog_Stub.java41 private static java.lang.reflect.Method $method_ping_0;
42 private static java.lang.reflect.Method $method_shutdown_1;
49 java.lang.reflect.Method.class,
/openjdk7/jdk/test/java/rmi/activation/Activatable/elucidateNoSuchMethod/
H A DElucidateNoSuchMethod_Stub.java41 private static java.lang.reflect.Method $method_ping_0;
42 private static java.lang.reflect.Method $method_shutdown_1;
49 java.lang.reflect.Method.class,
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartLatecomer/
H A DRestartLatecomer_Stub.java33 private static java.lang.reflect.Method $method_callback_0;
34 private static java.lang.reflect.Method $method_ping_1;
35 private static java.lang.reflect.Method $method_shutdown_2;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubFactoryStaticImpl.java28 import java.lang.reflect.InvocationHandler ;
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DAccessibleObject.java26 package java.lang.reflect;
29 import sun.reflect.Reflection;
30 import sun.reflect.ReflectionFactory;
118 * java.lang.reflect.Constructor} object for the class
173 new sun.reflect.ReflectionFactory.GetReflectionFactoryAction());
/openjdk7/jdk/src/share/classes/javax/management/
H A DJMX.java29 import java.lang.reflect.InvocationHandler;
30 import java.lang.reflect.Modifier;
31 import java.lang.reflect.Proxy;
32 import sun.reflect.misc.ReflectUtil;
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DObjectInputStreamWithLoader.java33 import sun.reflect.misc.ReflectUtil;
/openjdk7/jdk/src/share/classes/com/sun/pept/presentation/
H A DMessageStruct.java33 import java.lang.reflect.Method;
/openjdk7/jdk/make/tools/swing-beans/beaninfo/
H A DSwingBeanInfoBase.java29 import java.lang.reflect.*;
/openjdk7/hotspot/test/compiler/6968348/
H A DTest6968348.java34 import java.lang.reflect.*;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeAnyTypeImpl.java28 import java.lang.reflect.Type;

Completed in 127 milliseconds

1234567891011>>