OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overriddenMethod
(Results
1 - 5
of
5
) sorted by null
/external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java
143
MethodInfo
overriddenMethod
= null; // TODO
154
flatSignature,
overriddenMethod
, returnType, parameters, thrownExceptions, position,
168
null/*
overriddenMethod
*/, mCurrentClass.asTypeInfo(), new ArrayList<ParameterInfo>(),
/external/doclava/src/com/google/doclava/
Stubs.java
459
MethodInfo
overriddenMethod
=
463
if (
overriddenMethod
!= null && !
overriddenMethod
.isHidden() && !
overriddenMethod
.isDocOnly()
464
&& (
overriddenMethod
.isAbstract() ||
overriddenMethod
.containingClass().isInterface())) {
[
all
...]
ClassInfo.java
[
all
...]
Converter.java
344
m.flatSignature(), Converter.obtainMethod(m.
overriddenMethod
()),
365
m.flatSignature(), Converter.obtainMethod(m.
overriddenMethod
()),
MethodInfo.java
256
MethodInfo
overriddenMethod
, TypeInfo returnType, ArrayList<ParameterInfo> parameters,
280
mOverriddenMethod =
overriddenMethod
;
Completed in 51 milliseconds