Searched defs:bothTypeArgs (Results 1 - 6 of 6) sorted by relevance

/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DMethodReturnType.java38 Parameterized<@A String, @B String> bothTypeArgs() { return null; } method in class:DefaultScope
61 public final Parameterized<@A String, @B String> bothTypeArgs() { return null; } method in class:ModifiedScoped
H A DFields.java38 Parameterized<@A String, @B String> bothTypeArgs; field in class:DefaultScope
59 public final Parameterized<@A String, @B String> bothTypeArgs = null; field in class:ModifiedScoped
H A DParameters.java38 void bothTypeArgs(Parameterized<@A String, @B String> both) {} method in class:Parameters
/openjdk10/langtools/test/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DParameters.java35 void bothTypeArgs(ParaParameterized<@ParamA String, @ParamB String> both) {} method in class:Parameters
H A DFields.java35 Parameterized<@FldA String, @FldB String> bothTypeArgs; field in class:DefaultScope
56 public final Parameterized<@FldA String, @FldB String> bothTypeArgs = null; field in class:ModifiedScoped
H A DMethodReturnType.java35 MtdParameterized<@MRtnA String, @MRtnB String> bothTypeArgs() { return null; } method in class:MtdDefaultScope
58 public final MtdParameterized<@MRtnA String, @MRtnB String> bothTypeArgs() { return null; } method in class:MtdModifiedScoped

Completed in 64 milliseconds