OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keepattributesmatcher
(Results
1 - 1
of
1
) sorted by null
/external/proguard/src/proguard/
Initializer.java
75
StringMatcher
keepAttributesMatcher
= configuration.keepAttributes != null ?
81
if (!
keepAttributesMatcher
.matches(ClassConstants.ATTR_RuntimeVisibleAnnotations))
90
if (!
keepAttributesMatcher
.matches(ClassConstants.ATTR_Signature))
99
if (!
keepAttributesMatcher
.matches(ClassConstants.ATTR_InnerClasses))
108
if (!
keepAttributesMatcher
.matches(ClassConstants.ATTR_EnclosingMethod))
Completed in 121 milliseconds