public class JvmModelCompleter
extends java.lang.Object
| Constructor and Description | 
|---|
JvmModelCompleter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
complete(java.lang.Iterable<? extends JvmIdentifiableElement> elements)  | 
void | 
complete(JvmIdentifiableElement element)  | 
protected void | 
completeJvmAnnotationType(JvmAnnotationType element)  | 
void | 
completeJvmConstructor(JvmConstructor constructor)  | 
protected void | 
completeJvmEnumerationLiteral(JvmEnumerationLiteral element)  | 
protected void | 
completeJvmEnumerationType(JvmEnumerationType element)  | 
protected void | 
completeJvmGenericType(JvmGenericType element)  | 
protected void | 
ensureSuperTypeObject(JvmDeclaredType element)  | 
public void complete(java.lang.Iterable<? extends JvmIdentifiableElement> elements)
public void complete(JvmIdentifiableElement element)
protected void completeJvmEnumerationType(JvmEnumerationType element)
protected void completeJvmEnumerationLiteral(JvmEnumerationLiteral element)
protected void completeJvmAnnotationType(JvmAnnotationType element)
public void completeJvmConstructor(JvmConstructor constructor)
protected void completeJvmGenericType(JvmGenericType element)
protected void ensureSuperTypeObject(JvmDeclaredType element)