OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeVariable
(Results
1 - 8
of
8
) sorted by null
/external/mockito/src/org/mockito/internal/util/reflection/
GenericMetadataSupport.java
65
protected Map<
TypeVariable
, Type> contextualActualTypeParameters = new HashMap<
TypeVariable
, Type>();
73
TypeVariable
[] typeParameters = ((Class<?>) parameterizedType.getRawType()).getTypeParameters();
76
TypeVariable
typeParameter = typeParameters[i];
88
protected void registerTypeParametersOn(
TypeVariable
[] typeParameters) {
89
for (
TypeVariable
typeParameter : typeParameters) {
96
* @param typeParameter The
TypeVariable
parameter
97
* @return A {@link BoundedType} for easy bound information, if first bound is a
TypeVariable
98
* then retrieve BoundedType of this
TypeVariable
100
private BoundedType boundsOf(
TypeVariable
typeParameter) {
[
all
...]
/cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java
304
SigTypeVariableDefinition
typeVariable
= factory.getTypeVariable(name,
320
typeVariable
.setUpperBounds(bounds);
321
return
typeVariable
;
344
for (ITypeVariableDefinition
typeVariable
: declaration
346
if (variableName.equals(
typeVariable
.getName())) {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java
23
import java.lang.reflect.
TypeVariable
;
101
//
TypeVariable
102
TypeVariable
<?>
typeVariable
= (
TypeVariable
<?>) type;
103
return
typeVariable
.getName();
/cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java
81
import com.sun.javadoc.
TypeVariable
;
205
for (
TypeVariable
typeVariable
: classDoc.typeParameters()) {
208
typeVariable
)).getTypeVariableDefinition());
367
TypeVariable
tv = type.asTypeVariable();
389
SigTypeVariableDefinition
typeVariable
= pool.getTypeVariable(name,
398
currentTypeVariableDefinition =
typeVariable
;
406
typeVariable
.setUpperBounds(upperBounds);
408
return new SigTypeVariableReference(
typeVariable
);
462
for (
TypeVariable
typeParameter : member.typeParameters()) {
[
all
...]
/cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java
573
ITypeVariableDefinition
typeVariable
= typeParameters.get(0);
574
List<ITypeReference> upperBounds =
typeVariable
.getUpperBounds();
587
assertSame(
typeVariable
, variable.getTypeVariableDefinition());
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 1896 milliseconds