public class EMFPatternLanguageGeneratorConfig
extends org.eclipse.xtext.xbase.compiler.GeneratorConfig
Modifier and Type | Class and Description |
---|---|
static class |
EMFPatternLanguageGeneratorConfig.MatcherGenerationStrategy |
Constructor and Description |
---|
EMFPatternLanguageGeneratorConfig() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.xbase.compiler.GeneratorConfig |
copy(org.eclipse.xtext.xbase.compiler.GeneratorConfig other) |
EMFPatternLanguageGeneratorConfig.MatcherGenerationStrategy |
getMatcherGenerationStrategy() |
boolean |
isGenerateExtensions() |
boolean |
isGenerateMatchProcessors() |
boolean |
isUpdateManifest() |
void |
parseBuilderConfigurationPropertiesFile(java.util.Properties vqlCompilerSettings) |
void |
setGenerateExtensions(boolean generateExtensions) |
void |
setGenerateMatchProcessors(boolean generateMatchProcessors) |
void |
setMatcherGenerationStrategy(EMFPatternLanguageGeneratorConfig.MatcherGenerationStrategy matcherGenerationStrategy) |
void |
setUpdateManifest(boolean updateManifest) |
getGeneratedAnnotationComment, getJavaSourceVersion, isGenerateExpressions, isGenerateGeneratedAnnotation, isGenerateSyntheticSuppressWarnings, isIncludeDateInGeneratedAnnotation, setGeneratedAnnotationComment, setGenerateExpressions, setGenerateGeneratedAnnotation, setGenerateSyntheticSuppressWarnings, setIncludeDateInGeneratedAnnotation, setJavaSourceVersion
public void parseBuilderConfigurationPropertiesFile(java.util.Properties vqlCompilerSettings)
public org.eclipse.xtext.xbase.compiler.GeneratorConfig copy(org.eclipse.xtext.xbase.compiler.GeneratorConfig other)
copy
in class org.eclipse.xtext.xbase.compiler.GeneratorConfig
@Pure public boolean isGenerateMatchProcessors()
public void setGenerateMatchProcessors(boolean generateMatchProcessors)
@Pure public EMFPatternLanguageGeneratorConfig.MatcherGenerationStrategy getMatcherGenerationStrategy()
public void setMatcherGenerationStrategy(EMFPatternLanguageGeneratorConfig.MatcherGenerationStrategy matcherGenerationStrategy)
@Pure public boolean isUpdateManifest()
public void setUpdateManifest(boolean updateManifest)
@Pure public boolean isGenerateExtensions()
public void setGenerateExtensions(boolean generateExtensions)