Home
last modified time | relevance | path

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

/external/proguard/src/proguard/util/
DFixedStringMatcher.java32 private final StringMatcher nextMatcher; field in FixedStringMatcher
41 public FixedStringMatcher(String fixedString, StringMatcher nextMatcher) in FixedStringMatcher()
DClassNameParser.java63 StringMatcher nextMatcher = new EmptyStringMatcher(); in parse() local
165 private VariableStringMatcher createAnyTypeMatcher(StringMatcher nextMatcher) in createAnyTypeMatcher()
DVariableStringMatcher.java35 private final StringMatcher nextMatcher; field in VariableStringMatcher
42 StringMatcher nextMatcher) in VariableStringMatcher()
DNameParser.java42 StringMatcher nextMatcher = new EmptyStringMatcher(); in parse() local
DFileNameParser.java43 StringMatcher nextMatcher = new EmptyStringMatcher(); in parse() local