| Package | Description |
|---|---|
| proguard.util |
This package contains utility classes for regular expression matching,...
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassNameParser
This StringParser can create StringMatcher instances for regular expressions
matching internal class names (or descriptors containing class names).
|
class |
FileNameParser
This StringParser can create StringMatcher instances for regular expressions
matching file names.
|
class |
ListParser
This StringParser can create StringMatcher instances for regular expressions.
|
class |
NameParser
This StringParser can create StringMatcher instances for regular expressions
matching names.
|
| Constructor and Description |
|---|
ListParser(StringParser stringParser)
Creates a new ListParser that parses individual elements in the
comma-separated list with the given StringParser.
|
Copyright © 2015. All Rights Reserved.