Searched defs:typeParameters (Results 1 - 8 of 8) sorted by relevance

/external/mockito/src/org/mockito/internal/util/reflection/
H A DGenericMetadataSupport.java73 TypeVariable[] typeParameters = ((Class<?>) parameterizedType.getRawType()).getTypeParameters();
76 TypeVariable typeParameter = typeParameters[i];
88 protected void registerTypeParametersOn(TypeVariable[] typeParameters) { argument
89 for (TypeVariable typeParameter : typeParameters) {
156 TypeVariable[] typeParameters = rawType().getTypeParameters();
159 for (TypeVariable typeParameter : typeParameters) {
299 private final TypeVariable[] typeParameters; field in class:GenericMetadataSupport.ParameterizedReturnType
301 public ParameterizedReturnType(GenericMetadataSupport source, TypeVariable[] typeParameters, ParameterizedType parameterizedType) { argument
303 this.typeParameters = typeParameters;
331 private final TypeVariable[] typeParameters; field in class:GenericMetadataSupport.TypeVariableReturnType
336 TypeVariableReturnType(GenericMetadataSupport source, TypeVariable[] typeParameters, TypeVariable typeVariable) argument
[all...]
/external/doclava/src/com/google/doclava/
H A DMethodInfo.java252 public MethodInfo(String rawCommentText, ArrayList<TypeInfo> typeParameters, String name, argument
276 mTypeParameters = typeParameters;
/external/doclava/src/com/google/doclava/parser/
H A DJavaParser.java64 * fixed normalInterfaceDeclaration: now uses typeParameters instead
364 "variableModifiers", "typeParameters", "synpred38_Java", "synpred129_Java",
1615 // src/com/google/doclava/parser/Java.g:377:1: normalClassDeclaration : modifiers 'class' IDENTIFIER ( typeParameters )? ( 'extends' type )? ( 'implements' typeList )? classBody ;
1625 // src/com/google/doclava/parser/Java.g:378:5: ( modifiers 'class' IDENTIFIER ( typeParameters )? ( 'extends' type )? ( 'implements' typeList )? classBody )
1628 // src/com/google/doclava/parser/Java.g:378:9: modifiers 'class' IDENTIFIER ( typeParameters )? ( 'extends' type )? ( 'implements' typeList )? classBody
1641 // src/com/google/doclava/parser/Java.g:379:9: ( typeParameters )?
1657 // src/com/google/doclava/parser/Java.g:379:10: typeParameters
1661 typeParameters();
1771 // $ANTLR start "typeParameters"
1772 // src/com/google/doclava/parser/Java.g:389:1: typeParameters
1773 public final void typeParameters() throws RecognitionException { method in class:JavaParser
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 252 milliseconds