OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:superBounds
(Results
1 - 2
of
2
) 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
...]
Completed in 48 milliseconds