|
org.netbeans.modules.java.source 0.60.2 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.60.2 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||