Home
last modified time | relevance | path

Searched defs:fixedString (Results 1 – 1 of 1) sorted by relevance

/external/proguard/src/proguard/util/
DFixedStringMatcher.java31 private final String fixedString; field in FixedStringMatcher
35 public FixedStringMatcher(String fixedString) in FixedStringMatcher()
41 public FixedStringMatcher(String fixedString, StringMatcher nextMatcher) in FixedStringMatcher()