
public interface ClassMember extends HasDependencies, Member
getFields() and
getMethods() may be incomplete when compared to the original Java
type.SOURCE_NAME_COMPARATOR, TYPE_AND_SOURCE_NAME_COMPARATOR| Modifier and Type | Method and Description |
|---|---|
SortedSet<FieldMember> |
getFields()
Returns the fields of the ClassMember that have been retained in the
compiled output.
|
SortedSet<MethodMember> |
getMethods()
Returns the methods of the ClassMember that have been retained in the
compiled output.
|
String |
getPackage()
Returns the Java package from which the ClassMember originated.
|
getDependenciesgetSourceName, isClass, isField, isMethodSortedSet<FieldMember> getFields()
SortedSet<MethodMember> getMethods()
String getPackage()
Copyright © 2018. All rights reserved.