Searched refs:getC (Results 1 - 10 of 10) sorted by relevance

/openjdk10/langtools/test/tools/javac/generics/6227936/
H A DT6227936.java36 public abstract T getC(); method in class:T6227936.B
43 C1 c1 = t.getC();
H A DOrig.java17 T getC() {return myC;} method in class:GenericTest.B
27 getB().getC().someMethod();
28 ((C1)getB().getC()).someMethod();
/openjdk10/langtools/test/tools/javac/lambda/8023558/
H A DT8023558b.java48 new T8023558b().test(T8023558b::getC);
51 private static C getC() { method in class:T8023558b
/openjdk10/jdk/test/javax/swing/JColorChooser/
H A DTest6524757.java170 Component component = getC(getC(dialog.getLayeredPane(), 0), 1);
171 AbstractButton ok = (AbstractButton) getC(component, 0);
172 AbstractButton cancel = (AbstractButton) getC(component, 1);
173 AbstractButton reset = (AbstractButton) getC(component, 2);
180 AbstractColorChooserPanel panel = (AbstractColorChooserPanel) getC(getC(getC(chooser, 0), i), 0);
184 JLabel label = (JLabel) getC(getC(pane
229 private static Component getC(Component component, int index) { method in class:Test6524757
[all...]
/openjdk10/langtools/test/tools/javac/TryWithResources/
H A DResInNestedExpr.java75 ar.getB().getC().getClass().getSimpleName();
85 ar.getB().getC().getClass().getSimpleName();
87 ar.getC().getClass().getSimpleName();
99 ar.getB().getC().getClass().getSimpleName();
101 ar.getC().getClass().getSimpleName();
147 public cResource getC() { method in class:ResInNestedExpr.aResource
173 public cResource getC() { method in class:ResInNestedExpr.bResource
/openjdk10/jdk/test/javax/management/mxbean/
H A DAmbiguousConstructorTest.java74 public int getC() {return 0;} method in class:AmbiguousConstructorTest.Unambiguous
90 public int getC() {return 0;} method in class:AmbiguousConstructorTest.Ambiguous
/openjdk10/jdk/test/java/beans/XMLEncoder/
H A DTest5023550.java78 public C getC() { method in class:Test5023550.A
105 return new Expression(old, encoder.getOwner(), "newA", new Object[] { a.getC() });
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DToken.java33 int getC() { method in class:Token
H A DParser.java93 if (token.type == TokenType.CHAR && token.getC() == '^' && !token.escaped) {
123 if (token.getC() > 0xff) {
128 arg.v = token.getC();
134 arg.v = token.getC();
165 arg.v = token.getC(); /* [-xa] is allowed */
272 arg.v = token.getC();
613 final StringNode node = new StringNode((char)token.getC());
H A DLexer.java393 if (token.getC() != num) {
727 if (token.getC() != num) {

Completed in 170 milliseconds