Searched refs:getValue (Results 1 - 25 of 2020) sorted by relevance

1234567891011>>

/openjdk10/langtools/test/tools/javac/generics/inference/6995200/
H A DT6995200.java37 static <T> T getValue() { method in class:T6995200
42 byte v1 = getValue();
43 short v2 = getValue();
44 int v3 = getValue();
45 long v4 = getValue();
46 float v5 = getValue();
47 double v6 = getValue();
48 String v7 = getValue();
49 String[] v8 = getValue();
50 List<String> v9 = getValue();
[all...]
/openjdk10/jdk/test/java/net/URLClassLoader/closetest/test1/com/foo/
H A DTestClass.java27 public int getValue () { method in class:TestClass
34 public int getValue () {
/openjdk10/jdk/test/java/net/URLClassLoader/closetest/test2/com/foo/
H A DTestClass.java28 public int getValue () {
35 public int getValue () { method in class:TestClass
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/modeler/
H A DJavaSimpleTypeCreator.java43 public static final JavaSimpleType BOOLEAN_JAVATYPE = new JavaSimpleType(BOOLEAN_CLASSNAME.getValue(), FALSE_STR.getValue());
44 public static final JavaSimpleType BOXED_BOOLEAN_JAVATYPE = new JavaSimpleType(BOXED_BOOLEAN_CLASSNAME.getValue(), NULL_STR.getValue());
45 public static final JavaSimpleType BYTE_JAVATYPE = new JavaSimpleType(BYTE_CLASSNAME.getValue(), "(byte)" + ZERO_STR.getValue());
46 public static final JavaSimpleType BYTE_ARRAY_JAVATYPE = new JavaSimpleType(BYTE_ARRAY_CLASSNAME.getValue(), NULL_STR.getValue());
47 public static final JavaSimpleType BOXED_BYTE_JAVATYPE = new JavaSimpleType(BOXED_BYTE_CLASSNAME.getValue(), NULL_STR.getValue());
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/beans/decoder/
H A DValueObject.java41 Object getValue(); method in interface:ValueObject
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DMutableInteger.java42 return getValue();
47 (((MutableInteger) o).getValue() == getValue());
54 public int getValue() { method in class:MutableInteger
/openjdk10/langtools/src/java.compiler/share/classes/javax/annotation/processing/
H A DCompletion.java44 String getValue(); method in interface:Completion
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DLiteralTree.java49 Object getValue(); method in interface:LiteralTree
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DLiteralTree.java45 Object getValue(); method in interface:LiteralTree
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/
H A DJBooleanField.java31 object) and which adds typechecked getValue() routines returning
37 public boolean getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JBooleanField
41 public boolean getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JBooleanField
H A DJDoubleField.java31 object) and which adds typechecked getValue() routines returning
37 public double getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JDoubleField
41 public double getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JDoubleField
H A DJFloatField.java31 object) and which adds typechecked getValue() routines returning
37 public float getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JFloatField
41 public float getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JFloatField
H A DJByteField.java31 object) and which adds typechecked getValue() routines returning
37 public byte getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JByteField
41 public byte getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JByteField
H A DJCharField.java31 object) and which adds typechecked getValue() routines returning
37 public char getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JCharField
41 public char getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JCharField
H A DJShortField.java31 object) and which adds typechecked getValue() routines returning
37 public short getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JShortField
41 public short getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JShortField
H A DJLongField.java31 object) and which adds typechecked getValue() routines returning
37 public long getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JLongField
41 public long getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JLongField
H A DJIntField.java31 object) and which adds typechecked getValue() routines returning
37 public int getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JIntField
41 public int getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException; method in interface:JIntField
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDouble.java35 public double getValue(); method in interface:XSDouble
H A DXSFloat.java35 public float getValue(); method in interface:XSFloat
/openjdk10/hotspot/test/testlibrary_tests/
H A DSimpleClassFileLoadHookTest.java34 static String getValue() { method in class:Foo
43 System.out.println(Foo.getValue());
45 Asserts.assertTrue("YYY".equals(Foo.getValue()) &&
/openjdk10/jdk/test/java/beans/Introspector/
H A DTest7189112.java43 public Object getValue() { method in class:Test7189112.BaseBean
54 public String getValue() { method in class:Test7189112.MyBean
55 return (String) super.getValue();
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/options/
H A DOption.java49 public T getValue() { method in class:Option
55 return getValue() + " [" + getValue().getClass() + "]";
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options.test/src/org/graalvm/compiler/options/test/
H A DNestedBooleanOptionKeyTest.java67 assertTrue(Master1.getValue(options));
68 assertTrue(NestedOption1.getValue(options));
72 assertFalse(Master1.getValue(options));
73 assertFalse(NestedOption1.getValue(options));
77 assertFalse(Master1.getValue(options));
78 assertFalse(NestedOption1.getValue(options));
81 assertTrue(Master1.getValue(options));
82 assertFalse(NestedOption1.getValue(options));
86 assertFalse(Master1.getValue(options));
87 assertTrue(NestedOption1.getValue(option
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.util/src/org/graalvm/util/
H A DUnmodifiableMapCursor.java44 V getValue(); method in interface:UnmodifiableMapCursor
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DIntegerEnum.java39 public int getValue() { method in class:IntegerEnum

Completed in 130 milliseconds

1234567891011>>