OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:visitthismethod
(Results
1 - 1
of
1
) sorted by null
/external/proguard/src/proguard/classfile/visitor/
MethodImplementationTraveler.java
37
private final boolean
visitThisMethod
;
46
* @param
visitThisMethod
specifies whether to visit the originally
57
public MethodImplementationTraveler(boolean
visitThisMethod
,
63
this.
visitThisMethod
=
visitThisMethod
;
75
if (
visitThisMethod
)
98
if (
visitThisMethod
)
Completed in 2389 milliseconds