org.netbeans.modules.java.source 0.80.1 17

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

Packages that use ElementUtilities.ElementAcceptor
org.netbeans.api.java.source Permits inspection and modification of the structure of Java sources. 
 

Uses of ElementUtilities.ElementAcceptor in org.netbeans.api.java.source
 

Methods in org.netbeans.api.java.source with parameters of type ElementUtilities.ElementAcceptor
 Iterable<? extends TypeElement> ElementUtilities.getGlobalTypes(ElementUtilities.ElementAcceptor acceptor)
          Return TypeElements: which are imported which are in the same package as the current file which are in the java.lang package
 Iterable<? extends Element> ElementUtilities.getLocalMembersAndVars(Scope scope, ElementUtilities.ElementAcceptor acceptor)
          Return members declared in the given scope.
 Iterable<? extends Element> ElementUtilities.getLocalVars(Scope scope, ElementUtilities.ElementAcceptor acceptor)
          Return variables declared in the given scope.
 Iterable<? extends Element> ElementUtilities.getMembers(TypeMirror type, ElementUtilities.ElementAcceptor acceptor)
          Returns all members of a type, whether inherited or declared directly.
 


org.netbeans.modules.java.source 0.80.1 17

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