Searched defs:getSignature (Results 1 - 25 of 93) sorted by path

1234

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/io/
H A DObjectStreamClass.java1292 static String getSignature(Class<?> clazz) { method in class:ObjectStreamClass
1336 static String getSignature(Method meth) { method in class:ObjectStreamClass
1353 static String getSignature(Constructor cons) { method in class:ObjectStreamClass
[all...]
H A DObjectStreamField.java231 public String getSignature() { method in class:ObjectStreamField
H A DValueUtility.java112 public static String getSignature(ValueMember member) method in class:ValueUtility
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/
H A DObjectStreamClassUtil_1_3.java348 private static String getSignature(Class clazz) { method in class:ObjectStreamClassUtil_1_3
392 private static String getSignature(Method meth) { method in class:ObjectStreamClassUtil_1_3
409 private static String getSignature(Constructor cons) { method in class:ObjectStreamClassUtil_1_3
[all...]
H A DObjectStreamClass_1_3_1.java914 static String getSignature(Class<?> clazz) { method in class:ObjectStreamClass_1_3_1
958 static String getSignature(Method meth) { method in class:ObjectStreamClass_1_3_1
975 static String getSignature(Constructor cons) { method in class:ObjectStreamClass_1_3_1
[all...]
H A DObjectStreamField.java222 public String getSignature() { method in class:ObjectStreamField
/openjdk9/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DArrayType.java122 public String getSignature() { method in class:ArrayType
H A DCompoundType.java193 public String getSignature() { method in class:CompoundType
H A DPrimitiveType.java111 public String getSignature() { method in class:PrimitiveType
H A DType.java180 public abstract String getSignature(); method in class:Type
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java185 public Symbol getSignature() { method in class:ConstMethod
H A DField.java110 public Symbol getSignature() { return signature; } method in class:Field
H A DFieldType.java70 public Symbol getSignature() { return signature; } method in class:FieldType
H A DMethod.java222 public Symbol getSignature() { return getConstants().getSymbolAt(getSignatureIndex()); } method in class:Method
/openjdk9/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotMethodUnresolved.java50 public Signature getSignature() { method in class:HotSpotMethodUnresolved
H A DHotSpotResolvedJavaMethodImpl.java407 public HotSpotSignature getSignature() { method in class:HotSpotResolvedJavaMethodImpl
H A DHotSpotResolvedObjectTypeImpl.java650 public String getSignature() { method in class:HotSpotResolvedObjectTypeImpl.FieldInfo
/openjdk9/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DJavaMethod.java48 Signature getSignature(); method in interface:JavaMethod
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DForeignCallStub.java144 public Signature getSignature() { method in class:ForeignCallStub.DebugScopeContext
/openjdk9/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DMethod.java141 public String getSignature() { method in class:Method
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DConstantNameAndType.java113 public final String getSignature(ConstantPool cp) { method in class:ConstantNameAndType
H A DFieldOrMethod.java165 public final String getSignature() { method in class:FieldOrMethod
H A DLocalVariable.java144 public final String getSignature() { method in class:LocalVariable
H A DSignature.java112 public final String getSignature() { method in class:Signature
H A DUtility.java859 public static String getSignature(String type) { method in class:Utility

Completed in 223 milliseconds

1234