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

/openjdk7/langtools/test/tools/javac/6400872/
H A DA.java27 B getB() { return b; } method in class:A
/openjdk7/langtools/test/tools/javac/generics/inference/6938454/
H A DT6938454a.java40 B getB(B b) { method in class:T6938454a
/openjdk7/langtools/test/tools/javac/generics/6227936/
H A DOrig.java35 T getB() {return myB;} method in class:GenericTest.A
50 getB().getC().someMethod();
51 ((C1)getB().getC()).someMethod();
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest5023557.java81 public B getB() { method in class:Test5023557.C
96 return new Expression(c, c.getB().getA(), "newC", new Object[] { c.getB() });
H A DTest5023550.java96 public B getB() { method in class:Test5023550.C
119 return new Expression(c, c.getB(), "newC", new Object[0]);
/openjdk7/jdk/test/javax/management/mxbean/
H A DAmbiguousConstructorTest.java73 public short getB() {return 0;} method in class:AmbiguousConstructorTest.Unambiguous
89 public short getB() {return 0;} method in class:AmbiguousConstructorTest.Ambiguous
/openjdk7/jdk/test/java/security/spec/
H A DEllipticCurveMatch.java51 return new EllipticCurve (curve.getField(), curve.getA(), curve.getB(),
H A DECCBasic.java389 if (!(ONE.equals(CURVE.getB()))) {
390 throw new Exception("...error in getB()");
/openjdk7/jdk/src/share/classes/java/security/spec/
H A DEllipticCurve.java148 public BigInteger getB() { method in class:EllipticCurve

Completed in 35 milliseconds