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

1234567891011>>

/openjdk9/jdk/test/java/net/URLClassLoader/closetest/test1/com/foo/
H A DTestClass.java27 public int getValue () { method in class:TestClass
34 public int getValue () {
/openjdk9/jdk/test/java/net/URLClassLoader/closetest/test2/com/foo/
H A DTestClass.java28 public int getValue () {
35 public int getValue () { method in class:TestClass
/openjdk9/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...]
/openjdk9/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...]
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/beans/decoder/
H A DValueObject.java41 Object getValue(); method in interface:ValueObject
/openjdk9/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
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DLiteralTree.java45 Object getValue(); method in interface:LiteralTree
/openjdk9/langtools/src/java.compiler/share/classes/javax/annotation/processing/
H A DCompletion.java44 String getValue(); method in interface:Completion
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DLiteralTree.java49 Object getValue(); method in interface:LiteralTree
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options.test/src/org/graalvm/compiler/options/test/
H A DNestedBooleanOptionValueTest.java68 assertTrue(Master0.getValue());
69 assertTrue(NestedOption0.getValue());
71 assertFalse(Master0.getValue());
72 assertFalse(NestedOption0.getValue());
74 assertFalse(NestedOption0.getValue());
77 assertTrue(NestedOption0.getValue());
80 assertTrue(Master0.getValue());
82 assertFalse(NestedOption0.getValue());
85 assertTrue(NestedOption0.getValue());
92 assertTrue(Master1.getValue());
[all...]
H A DTestOptionValue.java62 assertEquals("original", Mutable.getValue());
64 assertEquals("override1", Mutable.getValue());
66 assertEquals("override2", Mutable.getValue());
68 assertEquals("override1", Mutable.getValue());
70 assertEquals("override3", Mutable.getValue());
72 assertEquals("override1", Mutable.getValue());
74 assertEquals("original", Mutable.getValue());
76 assertEquals("original", Mutable.getValue());
82 assertEquals("original", Mutable.getValue());
83 assertEquals("second", SecondMutable.getValue());
[all...]
/openjdk9/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 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 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 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
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSFloat.java35 public float getValue(); method in interface:XSFloat
H A DXSDouble.java35 public double getValue(); method in interface:XSDouble
/openjdk9/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()) &&
/openjdk9/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();
/openjdk9/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() + "]";
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DNestedBooleanOptionValue.java30 * <li>Otherwise {@link #getValue()} depends on the {@link #masterOption} and evaluates as follows:
50 public Boolean getValue() { method in class:NestedBooleanOptionValue
51 Boolean v = super.getValue();
53 return initialValue && masterOption.getValue();

Completed in 138 milliseconds

1234567891011>>