Spec-Zone .ru
спецификации, руководства, описания, API

Mirror API
DRAFT ea-b118

Uses of Class
com.sun.mirror.util.DeclarationFilter

Packages that use DeclarationFilter
Package Description
com.sun.mirror.util Utilities to assist in the processing of declarations and types
 

Uses of DeclarationFilter in com.sun.mirror.util
 

Fields in com.sun.mirror.util declared as DeclarationFilter
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.
 

Methods in com.sun.mirror.util that return DeclarationFilter
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.
 

Methods in com.sun.mirror.util with parameters of type DeclarationFilter
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.
 


Mirror API
DRAFT ea-b118

Copyright © 2004, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.