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

/openjdk9/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DParameters.java38 void bothTypeArgs(Parameterized<@A String, @B String> both) {} method in class:Parameters
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 DLocalVariables.java39 Parameterized<@A String, @B String> bothTypeArgs;
60 final Parameterized<@A String, @B String> bothTypeArgs = null;
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
/openjdk9/langtools/test/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
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
H A DParameters.java35 void bothTypeArgs(ParaParameterized<@ParamA String, @ParamB String> both) {} method in class:Parameters
/openjdk9/langtools/test/com/sun/javadoc/testTypeAnnotations/typeannos/
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
H A DParameters.java35 void bothTypeArgs(ParaParameterized<@ParamA String, @ParamB String> both) {} method in class:Parameters

Completed in 49 milliseconds