Get all classes and interfaces in the package, filtered to the specified access modifier option.
@return filtered classes and interfaces in this package
@param filter Specifying true filters according to the specified access modifier option. Specifying false includes all classes and interfaces regardless of access modifier option.
@since 1.4
Returns all loaded types. For each loaded type in the target VM a {@link ReferenceType} will be placed in the returned list.The list will include ReferenceTypes which mirror classes, interfaces, and array types.
The returned list will include reference types loaded at least to the point of preparation and types (like array) for which preparation is not defined.
@return a list of {@link ReferenceType} objects, each mirroringa loaded type in the target VM.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.