Searched refs:getA (Results 1 - 9 of 9) sorted by relevance

/openjdk7/langtools/test/tools/javac/6400872/
H A DB.java27 A getA() { return a; } method in class:B
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest5023557.java69 public A getA() { method in class:Test5023557.B
89 return new Expression(b, b.getA(), "newB", new Object[0]);
96 return new Expression(c, c.getB().getA(), "newC", new Object[] { c.getB() });
H A DTest4880633.java160 public String getA() { method in class:Test4880633.ValueObject
/openjdk7/jdk/test/javax/management/mxbean/
H A DAmbiguousConstructorTest.java72 public byte getA() {return 0;} method in class:AmbiguousConstructorTest.Unambiguous
88 public byte getA() {return 0;} method in class:AmbiguousConstructorTest.Ambiguous
/openjdk7/jdk/test/javax/management/Introspector/
H A DClassLeakTest.java131 public int getA(); method in interface:ClassLeakTest.TestMBean
140 public int getA() {return 0;} method in class:ClassLeakTest.Test
/openjdk7/jdk/test/java/security/spec/
H A DEllipticCurveMatch.java51 return new EllipticCurve (curve.getField(), curve.getA(), curve.getB(),
H A DECCBasic.java386 if (!(ONE.equals(CURVE.getA()))) {
387 throw new Exception("...error in getA()");
/openjdk7/jdk/src/share/classes/java/security/spec/
H A DEllipticCurve.java139 public BigInteger getA() { method in class:EllipticCurve
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DMBeanInfoEqualsTest.java48 public int getA() {return 0;} method in class:MBeanInfoEqualsTest.Toy
58 static final Method getA, setA, isB, setB, run, blah; field in class:MBeanInfoEqualsTest
64 getA = toy.getMethod("getA", new Class[] {});
100 a5a = newMBeanAttributeInfo("a", "an attribute", getA, setA),
103 a6a = newMBeanAttributeInfo("a", "an attribute", getA, null),

Completed in 43 milliseconds