Modifier and Type | Class and Description |
---|---|
static interface |
TypeProxy.Notifier<T> |
Modifier and Type | Method and Description |
---|---|
static <U extends Type> |
adapter(Collection<TypeProxy<U>> source) |
void |
addFieldRef(FieldModel field) |
void |
addImplementation(ClassModel classModel) |
void |
addSubTypeRef(Type subType) |
T |
get() |
List<ClassModel> |
getImplementations() |
String |
getName() |
List<Member> |
getRefs() |
List<Type> |
getSubTypeRefs() |
boolean |
isVisited() |
void |
set(T value) |
String |
toString() |
void |
visited() |
public void set(T value)
public T get()
public String getName()
public void addFieldRef(FieldModel field)
public void addSubTypeRef(Type subType)
public void addImplementation(ClassModel classModel)
public List<ClassModel> getImplementations()
public static <U extends Type> Collection<U> adapter(Collection<TypeProxy<U>> source)
public void visited()
public boolean isVisited()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.