Package org.eclipse.xtext.xbase.compiler
Class GeneratorConfig
- java.lang.Object
-
- org.eclipse.xtext.xbase.compiler.GeneratorConfig
-
public class GeneratorConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeneratorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneratorConfigcopy(GeneratorConfig other)Copy the values of the given generator configuration.java.lang.StringgetGeneratedAnnotationComment()org.eclipse.xtext.util.JavaVersiongetJavaSourceVersion()booleanisGenerateExpressions()booleanisGenerateGeneratedAnnotation()booleanisGenerateSyntheticSuppressWarnings()booleanisIncludeDateInGeneratedAnnotation()voidsetGeneratedAnnotationComment(java.lang.String generatedAnnotationComment)voidsetGenerateExpressions(boolean generateExpressions)voidsetGenerateGeneratedAnnotation(boolean generateGeneratedAnnotation)voidsetGenerateSyntheticSuppressWarnings(boolean generateSyntheticSuppressWarnings)voidsetIncludeDateInGeneratedAnnotation(boolean includeDateInGeneratedAnnotation)voidsetJavaSourceVersion(org.eclipse.xtext.util.JavaVersion javaSourceVersion)
-
-
-
Method Detail
-
copy
public GeneratorConfig copy(GeneratorConfig other)
Copy the values of the given generator configuration.
-
isGenerateExpressions
public boolean isGenerateExpressions()
-
setGenerateExpressions
public void setGenerateExpressions(boolean generateExpressions)
-
isGenerateSyntheticSuppressWarnings
public boolean isGenerateSyntheticSuppressWarnings()
-
setGenerateSyntheticSuppressWarnings
public void setGenerateSyntheticSuppressWarnings(boolean generateSyntheticSuppressWarnings)
-
isGenerateGeneratedAnnotation
public boolean isGenerateGeneratedAnnotation()
-
setGenerateGeneratedAnnotation
public void setGenerateGeneratedAnnotation(boolean generateGeneratedAnnotation)
-
isIncludeDateInGeneratedAnnotation
public boolean isIncludeDateInGeneratedAnnotation()
-
setIncludeDateInGeneratedAnnotation
public void setIncludeDateInGeneratedAnnotation(boolean includeDateInGeneratedAnnotation)
-
getGeneratedAnnotationComment
public java.lang.String getGeneratedAnnotationComment()
-
setGeneratedAnnotationComment
public void setGeneratedAnnotationComment(java.lang.String generatedAnnotationComment)
-
getJavaSourceVersion
public org.eclipse.xtext.util.JavaVersion getJavaSourceVersion()
-
setJavaSourceVersion
public void setJavaSourceVersion(org.eclipse.xtext.util.JavaVersion javaSourceVersion)
-
-