Package | Description |
---|---|
com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
Modifier and Type | Field and Description |
---|---|
static DeclarationFilter |
DeclarationFilter.FILTER_PACKAGE
Deprecated.
A filter that selects only package-private (default)
declarations.
|
static DeclarationFilter |
DeclarationFilter.FILTER_PRIVATE
Deprecated.
A filter that selects only private declarations.
|
static DeclarationFilter |
DeclarationFilter.FILTER_PROTECTED
Deprecated.
A filter that selects only protected declarations.
|
static DeclarationFilter |
DeclarationFilter.FILTER_PUBLIC
Deprecated.
A filter that selects only public declarations.
|
static DeclarationFilter |
DeclarationFilter.FILTER_PUBLIC_OR_PROTECTED
Deprecated.
A filter that selects only public or protected
declarations.
|
Modifier and Type | Method and Description |
---|---|
DeclarationFilter |
DeclarationFilter.and(DeclarationFilter f)
Deprecated.
Returns a filter that selects those declarations selected
by both this filter and another.
|
static DeclarationFilter |
DeclarationFilter.getFilter(Class<? extends Declaration> kind)
Deprecated.
Returns a filter that selects declarations of a particular kind.
|
static DeclarationFilter |
DeclarationFilter.getFilter(Collection<Modifier> mods)
Deprecated.
Returns a filter that selects declarations containing all of a
collection of modifiers.
|
DeclarationFilter |
DeclarationFilter.not()
Deprecated.
Returns a filter that selects those declarations not selected
by this filter.
|
DeclarationFilter |
DeclarationFilter.or(DeclarationFilter f)
Deprecated.
Returns a filter that selects those declarations selected
by either this filter or another.
|
Modifier and Type | Method and Description |
---|---|
DeclarationFilter |
DeclarationFilter.and(DeclarationFilter f)
Deprecated.
Returns a filter that selects those declarations selected
by both this filter and another.
|
DeclarationFilter |
DeclarationFilter.or(DeclarationFilter f)
Deprecated.
Returns a filter that selects those declarations selected
by either this filter or another.
|
Copyright © 2004, 2018, Oracle and/or its affiliates. All rights reserved.