|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.lang.model.util
|
|||||||||||||||||||||||||
| Method Summary | |
|---|---|
static List<ExecutableElement> |
constructorsIn(Iterable<? extends Element> elements)
Returns a list of constructors in elements. |
static Set<ExecutableElement> |
constructorsIn(Set<? extends Element> elements)
Returns a set of constructors in elements. |
static List<VariableElement> |
fieldsIn(Iterable<? extends Element> elements)
Returns a list of fields in elements. |
static Set<VariableElement> |
fieldsIn(Set<? extends Element> elements)
Returns a set of fields in elements. |
static List<ExecutableElement> |
methodsIn(Iterable<? extends Element> elements)
Returns a list of methods in elements. |
static Set<ExecutableElement> |
methodsIn(Set<? extends Element> elements)
Returns a set of methods in elements. |
static List<PackageElement> |
packagesIn(Iterable<? extends Element> elements)
Returns a list of packages in elements. |
static Set<PackageElement> |
packagesIn(Set<? extends Element> elements)
Returns a set of packages in elements. |
static List<TypeElement> |
typesIn(Iterable<? extends Element> elements)
Returns a list of types in elements. |
static Set<TypeElement> |
typesIn(Set<? extends Element> elements)
Returns a set of types in elements. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static List<VariableElement> fieldsIn(Iterable<? extends Element> elements)
elements.
elements - the elements to filter
elementspublic static Set<VariableElement> fieldsIn(Set<? extends Element> elements)
elements.
elements - the elements to filter
elementspublic static List<ExecutableElement> constructorsIn(Iterable<? extends Element> elements)
elements.
elements - the elements to filter
elementspublic static Set<ExecutableElement> constructorsIn(Set<? extends Element> elements)
elements.
elements - the elements to filter
elementspublic static List<ExecutableElement> methodsIn(Iterable<? extends Element> elements)
elements.
elements - the elements to filter
elementspublic static Set<ExecutableElement> methodsIn(Set<? extends Element> elements)
elements.
elements - the elements to filter
elementspublic static List<TypeElement> typesIn(Iterable<? extends Element> elements)
elements.
elements - the elements to filter
elementspublic static Set<TypeElement> typesIn(Set<? extends Element> elements)
elements.
elements - the elements to filter
elementspublic static List<PackageElement> packagesIn(Iterable<? extends Element> elements)
elements.
elements - the elements to filter
elementspublic static Set<PackageElement> packagesIn(Set<? extends Element> elements)
elements.
elements - the elements to filter
elements