Uses of Class
org.eclipse.epsilon.egl.incremental.IncrementalitySettings
Packages that use IncrementalitySettings
Package
Description
-
Uses of IncrementalitySettings in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl that return IncrementalitySettingsModifier and TypeMethodDescriptionEglTemplateFactory.getDefaultIncrementalitySettings()EglTemplate.getIncrementalitySettings()Methods in org.eclipse.epsilon.egl with parameters of type IncrementalitySettingsModifier and TypeMethodDescriptionvoidEglTemplate.setIncrementalitySettings(IncrementalitySettings incrementalitySettings) -
Uses of IncrementalitySettings in org.eclipse.epsilon.egl.incremental
Constructors in org.eclipse.epsilon.egl.incremental with parameters of type IncrementalitySettings -
Uses of IncrementalitySettings in org.eclipse.epsilon.egl.spec
Methods in org.eclipse.epsilon.egl.spec that return IncrementalitySettingsConstructors in org.eclipse.epsilon.egl.spec with parameters of type IncrementalitySettingsModifierConstructorDescriptionprotectedEglTemplateSpecification(String name, Formatter defaultFormatter, IncrementalitySettings incrementalitySettings, Collection<ITemplateExecutionListener> listeners) Deprecated.protectedEglTemplateSpecification(String name, Formatter defaultFormatter, IncrementalitySettings incrementalitySettings, IImportManager importManager, Collection<ITemplateExecutionListener> listeners) EglTemplateSpecificationFactory(Formatter defaultFormatter, IncrementalitySettings incrementalitySettings, IImportManager importManager, ITemplateExecutionListener... listeners)
EglTemplateSpecification(String, Formatter, IncrementalitySettings, IImportManager, Collection)for reuse of imported modules across templates.