OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:superBounds
(Results
1 - 5
of
5
) sorted by null
/external/doclava/src/com/google/doclava/
TypeInfo.java
243
TypeInfo.makeHDF(data, base + ".
superBounds
", mSuperBounds, qualified, typeVars);
274
void setBounds(ArrayList<TypeInfo>
superBounds
, ArrayList<TypeInfo> extendsBounds) {
275
mSuperBounds =
superBounds
;
279
public ArrayList<TypeInfo>
superBounds
() {
InfoBuilder.java
298
if (type.
superBounds
() != null && !type.
superBounds
().isEmpty()) {
300
for (TypeInfo t : type.
superBounds
()) {
301
if (t != type.
superBounds
().get(0)) {
715
newType.setBounds(type.
superBounds
(), type.extendsBounds());
889
ArrayList<TypeInfo>
superBounds
= new ArrayList<TypeInfo>();
[
all
...]
Converter.java
476
ti.setBounds(new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(t.asWildcardType().
superBounds
()))),
507
if (t.asWildcardType().
superBounds
() != null) {
508
for (Type ty : t.asWildcardType().
superBounds
()) {
/external/doclava/res/assets/templates/
macros.cs
13
.
superBounds
.N.(more links) (... super ... & ...)
30
if:subcount(type.
superBounds
) ?><?cs
31
each:t=type.
superBounds
?><?cs
/cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java
414
for (Type superBound : wt.
superBounds
()) {
Completed in 229 milliseconds