org.netbeans.modules.java.source 0.80.1 17

org.netbeans.api.java.source
Interface ElementUtilities.ElementAcceptor

Enclosing class:
ElementUtilities

public static interface ElementUtilities.ElementAcceptor

Filter Elements


Method Summary
 boolean accept(Element e, TypeMirror type)
          Is the given element accepted.
 

Method Detail

accept

boolean accept(Element e,
               TypeMirror type)
Is the given element accepted.

Parameters:
e - element to test
type - the type for which to check if the member is accepted
Returns:
true if and only if given element should be accepted

org.netbeans.modules.java.source 0.80.1 17

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.