OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:asTypeInfo
(Results
1 - 2
of
2
) sorted by null
/external/doclava/src/com/google/doclava/
ClassInfo.java
306
ArrayList<TypeInfo> types = cl.
asTypeInfo
().typeArguments();
343
Map<String, TypeInfo> map = TypeInfo.getTypeArgumentMapping(iface.
asTypeInfo
(), type);
420
ClassTypePair lastCtp = new ClassTypePair(this, this.
asTypeInfo
());
997
public TypeInfo
asTypeInfo
() {
1004
types.add(iface.
asTypeInfo
());
[
all
...]
Stubs.java
229
if (cl.
asTypeInfo
() != null) {
230
if (cl.
asTypeInfo
().typeArguments() != null) {
231
for (TypeInfo tInfo : cl.
asTypeInfo
().typeArguments()) {
255
cl.init(cl.
asTypeInfo
(), cl.realInterfaces(), cl.realInterfaceTypes(), cl.innerClasses(),
391
String leafName = cl.
asTypeInfo
().fullName(classDeclTypeVars);
[
all
...]
Completed in 174 milliseconds