public class JvmModelCompleter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
GENERATED_COMMENT_VAR_SOURCE_FILE |
| Constructor and Description |
|---|
JvmModelCompleter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAnnotations(org.eclipse.xtext.common.types.JvmDeclaredType jvmType) |
void |
complete(java.lang.Iterable<? extends org.eclipse.xtext.common.types.JvmIdentifiableElement> elements) |
void |
complete(org.eclipse.xtext.common.types.JvmIdentifiableElement element) |
protected void |
completeJvmAnnotationType(org.eclipse.xtext.common.types.JvmAnnotationType element) |
void |
completeJvmConstructor(org.eclipse.xtext.common.types.JvmConstructor constructor) |
protected void |
completeJvmEnumerationLiteral(org.eclipse.xtext.common.types.JvmEnumerationLiteral element) |
protected void |
completeJvmEnumerationType(org.eclipse.xtext.common.types.JvmEnumerationType element) |
protected void |
completeJvmGenericType(org.eclipse.xtext.common.types.JvmGenericType element) |
protected void |
ensureSuperTypeObject(org.eclipse.xtext.common.types.JvmDeclaredType element) |
protected java.lang.String |
replaceVariables(java.lang.String commentForGenerated,
org.eclipse.xtext.common.types.JvmDeclaredType jvmType)
Replace the variables contained in the comment to be written to the
@Generated annotation. |
protected static final java.lang.String GENERATED_COMMENT_VAR_SOURCE_FILE
public void complete(java.lang.Iterable<? extends org.eclipse.xtext.common.types.JvmIdentifiableElement> elements)
public void complete(org.eclipse.xtext.common.types.JvmIdentifiableElement element)
protected void completeJvmEnumerationType(org.eclipse.xtext.common.types.JvmEnumerationType element)
protected void completeJvmEnumerationLiteral(org.eclipse.xtext.common.types.JvmEnumerationLiteral element)
protected void completeJvmAnnotationType(org.eclipse.xtext.common.types.JvmAnnotationType element)
public void completeJvmConstructor(org.eclipse.xtext.common.types.JvmConstructor constructor)
protected void completeJvmGenericType(org.eclipse.xtext.common.types.JvmGenericType element)
protected void ensureSuperTypeObject(org.eclipse.xtext.common.types.JvmDeclaredType element)
protected void addAnnotations(org.eclipse.xtext.common.types.JvmDeclaredType jvmType)
protected java.lang.String replaceVariables(java.lang.String commentForGenerated,
org.eclipse.xtext.common.types.JvmDeclaredType jvmType)
@Generated annotation.