Searched defs:getX (Results 1 - 25 of 66) sorted by last modified time

123

/openjdk10/langtools/test/tools/javac/lambda/pkg/
H A DPublicDerived8143647.java27 public String getX() { method in class:PackagePrivateBase8143647
/openjdk10/langtools/test/tools/javac/lambda/
H A DMethodReference08.java18 String getX() { return null; } method in class:MethodReference08.Foo
H A DMethodReference09.java16 String getX() { return null; } method in class:MethodReference09.Foo
H A DMethodReference07.java39 String getX() { return null; } method in class:MethodReference07.Foo
/openjdk10/langtools/test/tools/javac/lambda/8071432/
H A DT8071432.java22 public double getX() { method in class:T8071432.Point
/openjdk10/langtools/test/tools/javac/generics/inference/5073060/
H A DGenericsAndPackages.java48 int getX() { return item.x; } method in class:ColoredDimension
/openjdk10/langtools/test/tools/javac/TryWithResources/
H A DResourceTypeVar.java42 X getX() { return null; } method in class:ResourceTypeVar
/openjdk10/langtools/test/tools/javac/
H A DT6247324.java15 public X getX(){ method in class:Pair
/openjdk10/langtools/test/tools/javac/T4848619/
H A DT4848619b.java10 int getX() { return y; } method in class:T4848619b
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DComponentOperator.java1865 public int getX() { method in class:ComponentOperator
/openjdk10/jdk/test/javax/management/mxbean/
H A DTigerMXBean.java62 public double getX() {return x;} method in class:TigerMXBean.Point
H A DPropertyNamesTest.java107 public int getX() { method in class:PropertyNamesTest.Point
H A DExceptionDiagnosisTest.java117 public int getX() {return 0;} method in class:ExceptionDiagnosisTest.Blam
/openjdk10/jdk/test/java/io/Serializable/noSuchFieldClarification/
H A DNoSuchFieldClarification.java50 public double getX() { method in class:TwoDPoint
/openjdk10/jdk/test/java/beans/XMLEncoder/
H A DTest4679556.java117 public Object getX() { method in class:Test4679556.Base
H A DTest6176120.java57 public int getX() { method in class:Test6176120.ImmutableBean
/openjdk10/jdk/test/java/beans/Introspector/
H A DInheritanceBeanPropertyTest.java69 public double getX() { return X; } method in class:InheritanceBeanPropertyTest.BaseGet
87 public double getX(int i) { return x[i]; } // indexed method in class:InheritanceBeanPropertyTest.OverloadGet
129 public double[] getX() { return x; } method in class:InheritanceBeanPropertyTest.BaseIGet
145 public double getX(int i) { return x[i]; } method in class:InheritanceBeanPropertyTest.OverloadIGet
190 public boolean getX() { return false; } method in class:InheritanceBeanPropertyTest.BoolGet
237 public boolean getX() { return false; } method in class:InheritanceBeanPropertyTest.BoolIsGet
258 public double getX() { return 0.; } method in class:InheritanceBeanPropertyTest.AnnotatedGet
269 public double getX() { return X; } method in class:InheritanceBeanPropertyTest.OverrideAnnotatedGet
346 public double getX() { return 0.; } method in class:InheritanceBeanPropertyTest.AnnotatedGet2
363 public double getX() { retur method in class:InheritanceBeanPropertyTest.OverrideAnnotatedGet2
492 public double getX() { return x; } method in class:InheritanceBeanPropertyTest.AnnotatedSet2Ext
510 public abstract double getX(); method in class:InheritanceBeanPropertyTest.AbstractGet
519 public double getX() { return X; } method in class:InheritanceBeanPropertyTest.OverrideAbstractGet
537 public double getX() { return X; } method in class:InheritanceBeanPropertyTest.OverrideAbstractGet2
621 public abstract boolean getX(); method in class:InheritanceBeanPropertyTest.AbstractIsExt
711 public abstract double getX(); method in class:InheritanceBeanPropertyTest.AbstractGet2
742 double getX(); method in interface:InheritanceBeanPropertyTest.IGet
750 public double getX() { return X; } method in class:InheritanceBeanPropertyTest.IGetImpl
767 public double getX() { return X; } method in class:InheritanceBeanPropertyTest.IGetImpl2
912 public abstract double getX(); method in class:InheritanceBeanPropertyTest.ISetImpl3
975 public double[] getX(); method in interface:InheritanceBeanPropertyTest.IGet2
992 public double[] getX() { return new double[]{X, X}; } method in class:InheritanceBeanPropertyTest.IGet2Impl
1012 protected double getX() { return 0.; } method in class:InheritanceBeanPropertyTest.ProtectedGet
1029 public double getX() { return X; } method in class:InheritanceBeanPropertyTest.OverrideProtectedGet
1055 public double getX() { return X; } // add to get the "default" info method in class:InheritanceBeanPropertyTest.HideStaticGet
[all...]
H A DAnonymousClassBeanPropertyTest.java65 double getX(); method in interface:AnonymousClassBeanPropertyTest.IPublic
69 double getX(); method in interface:AnonymousClassBeanPropertyTest.IGet
77 double getX(int i); method in interface:AnonymousClassBeanPropertyTest.IGetByIndex
85 double[] getX(); method in interface:AnonymousClassBeanPropertyTest.IGetArray
93 double getX(int i); method in interface:AnonymousClassBeanPropertyTest.IGetBoth
94 double[] getX(); method in interface:AnonymousClassBeanPropertyTest.IGetBoth
103 double getX(); method in interface:AnonymousClassBeanPropertyTest.IGetSet
108 double getX(int i); method in interface:AnonymousClassBeanPropertyTest.IGetSetByIndex
113 double getX(int i); method in interface:AnonymousClassBeanPropertyTest.IGetSetBoth
114 double[] getX(); method in interface:AnonymousClassBeanPropertyTest.IGetSetBoth
[all...]
H A DBeanPropertyTest.java207 public Object getX() { return x; } method in class:BeanPropertyTest.G04
251 public int getX() { return x; } method in class:BeanPropertyTest.G05
277 public Object getX() { return x; } method in class:BeanPropertyTest.S05
298 public int getX(int i) { return x[i]; } method in class:BeanPropertyTest.G06
341 public int getX(int i) { return x[i]; } method in class:BeanPropertyTest.G07
343 public int[] getX() { return x; } method in class:BeanPropertyTest.G07
390 public int[] getX() { return x; } method in class:BeanPropertyTest.G08
392 public int getX(int i) { return x[i]; } method in class:BeanPropertyTest.G08
439 public int[] getX() { return x; } method in class:BeanPropertyTest.G09
449 public int getX(in method in class:BeanPropertyTest.G09
646 public int getX() { return x; } method in class:BeanPropertyTest.G13
647 public int getX(boolean arg) { return (arg ? x : 0); } method in class:BeanPropertyTest.G13
648 public int getX(int ... dummy) { return 0; } method in class:BeanPropertyTest.G13
698 int getX() { return x; } // getter is not public method in class:BeanPropertyTest.G14
726 public static class getX { class in class:BeanPropertyTest
742 public int getX() { return x; } method in class:BeanPropertyTest.getX
766 public int getX() { return x; } method in class:BeanPropertyTest.setX
789 public int getX() { return x; } method in class:BeanPropertyTest.GS
[all...]
/openjdk10/jdk/test/java/beans/Introspector/8132566/
H A DOverrideUserDefPropertyInfoTest.java67 public int getX() { return x; } method in class:OverrideUserDefPropertyInfoTest.C
78 public int getX() { return x; } method in class:OverrideUserDefPropertyInfoTest.Base
/openjdk10/jdk/test/java/beans/Introspector/4520754/
H A DWombat.java27 public int getX() { method in class:Wombat
H A DFoo.java38 public int getX() { method in class:Foo
/openjdk10/jdk/test/java/awt/geom/Arc2D/
H A DSerializationTest.java75 public double getX() { return 0; } method in class:SerializationTest.Arc
/openjdk10/jdk/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11Key.java788 public BigInteger getX() { method in class:P11Key.P11DSAPrivateKey
847 public BigInteger getX() { method in class:P11Key.P11DHPrivateKey
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DGrowablePointArray.java43 public final int getX(int index) method in class:GrowablePointArray

Completed in 201 milliseconds

123