public class JvmTypeExtensions
extends java.lang.Object
| Constructor and Description |
|---|
JvmTypeExtensions() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super ITreeAppendable> |
getCompilationStrategy(org.eclipse.xtext.common.types.JvmIdentifiableElement it) |
org.eclipse.xtend2.lib.StringConcatenationClient |
getCompilationTemplate(org.eclipse.xtext.common.types.JvmIdentifiableElement it) |
protected JvmIdentifiableMetaData |
getMetaData(org.eclipse.emf.ecore.EObject element) |
boolean |
isSingleSyntheticDefaultConstructor(org.eclipse.xtext.common.types.JvmConstructor it) |
boolean |
isSynthetic(org.eclipse.xtext.common.types.JvmAnnotationReference element) |
boolean |
isSynthetic(org.eclipse.xtext.common.types.JvmIdentifiableElement element) |
void |
setSynthetic(org.eclipse.xtext.common.types.JvmAnnotationReference element,
boolean isSynthetic) |
void |
setSynthetic(org.eclipse.xtext.common.types.JvmIdentifiableElement element,
boolean isSynthetic) |
public org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super ITreeAppendable> getCompilationStrategy(org.eclipse.xtext.common.types.JvmIdentifiableElement it)
public org.eclipse.xtend2.lib.StringConcatenationClient getCompilationTemplate(org.eclipse.xtext.common.types.JvmIdentifiableElement it)
public boolean isSingleSyntheticDefaultConstructor(org.eclipse.xtext.common.types.JvmConstructor it)
public boolean isSynthetic(org.eclipse.xtext.common.types.JvmIdentifiableElement element)
public boolean isSynthetic(org.eclipse.xtext.common.types.JvmAnnotationReference element)
public void setSynthetic(org.eclipse.xtext.common.types.JvmIdentifiableElement element,
boolean isSynthetic)
public void setSynthetic(org.eclipse.xtext.common.types.JvmAnnotationReference element,
boolean isSynthetic)
protected JvmIdentifiableMetaData getMetaData(org.eclipse.emf.ecore.EObject element)