OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:superBound
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ImplForWildcard.java
26
private final ListOfTypes extendsBound,
superBound
;
28
public ImplForWildcard(ListOfTypes extendsBound, ListOfTypes
superBound
) {
30
this.
superBound
=
superBound
;
35
return
superBound
.getResolvedTypes().clone();
65
} else if (
superBound
.length() > 0) {
66
sb.append(" super ").append(
superBound
);
GenericSignatureParser.java
342
ListOfTypes
superBound
= new ListOfTypes(1);
346
return new ImplForWildcard(extendsBound,
superBound
);
351
return new ImplForWildcard(extendsBound,
superBound
);
355
superBound
.add(parseFieldTypeSignature());
357
return new ImplForWildcard(extendsBound,
superBound
);
/cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java
458
ITypeReference
superBound
= null;
462
SigWildcardType wildcardType = factory.getWildcardType(
superBound
,
468
SigWildcardType wildcardType = factory.getWildcardType(
superBound
,
473
superBound
= parseFieldTypeSignature();
475
SigWildcardType wildcardType = factory.getWildcardType(
superBound
,
/prebuilt/common/ecj/
ecj.jar
Completed in 222 milliseconds