Uses of Interface
org.eclipse.epsilon.egl.formatter.Formatter
Packages that use Formatter
Package
Description
-
Uses of Formatter in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl that return FormatterMethods in org.eclipse.epsilon.egl with parameters of type FormatterModifier and TypeMethodDescriptionvoidEglTemplateFactory.setDefaultFormatter(Formatter defaultFormatter) voidEglTemplateFactory.setDefaultFormatters(Formatter... defaultFormatters) voidEglTemplate.setFormatter(Formatter formatter) voidEglTemplate.setFormatters(Formatter... formatters) Method parameters in org.eclipse.epsilon.egl with type arguments of type FormatterModifier and TypeMethodDescriptionvoidEglModule.setDefaultFormatters(Collection<Formatter> defaultFormatters) voidEglTemplateFactory.setDefaultFormatters(Collection<Formatter> defaultFormatters) voidIEglModule.setDefaultFormatters(Collection<Formatter> defaultFormatters) voidEglTemplate.setFormatters(Collection<Formatter> formatters) -
Uses of Formatter in org.eclipse.epsilon.egl.dom
Fields in org.eclipse.epsilon.egl.dom with type parameters of type FormatterModifier and TypeFieldDescriptionprotected ExecutableBlock<Formatter>GenerationRule.formatterBlockMethods in org.eclipse.epsilon.egl.dom that return types with arguments of type Formatter -
Uses of Formatter in org.eclipse.epsilon.egl.execute.context
Methods in org.eclipse.epsilon.egl.execute.context with parameters of type Formatter -
Uses of Formatter in org.eclipse.epsilon.egl.formatter
Classes in org.eclipse.epsilon.egl.formatter that implement FormatterConstructors in org.eclipse.epsilon.egl.formatter with parameters of type FormatterConstructor parameters in org.eclipse.epsilon.egl.formatter with type arguments of type Formatter -
Uses of Formatter in org.eclipse.epsilon.egl.formatter.language
Classes in org.eclipse.epsilon.egl.formatter.language that implement FormatterModifier and TypeClassDescriptionclassclassclassclass -
Uses of Formatter in org.eclipse.epsilon.egl.formatter.linebyline
Classes in org.eclipse.epsilon.egl.formatter.linebyline that implement Formatter -
Uses of Formatter in org.eclipse.epsilon.egl.formatter.simple
Classes in org.eclipse.epsilon.egl.formatter.simple that implement FormatterModifier and TypeClassDescriptionclassclassclass -
Uses of Formatter in org.eclipse.epsilon.egl.internal
Methods in org.eclipse.epsilon.egl.internal with parameters of type FormatterModifier and TypeMethodDescriptionEglModule.execute(EglTemplate template, Formatter postprocessor) IEglModule.execute(EglTemplate template, Formatter postprocessor) -
Uses of Formatter in org.eclipse.epsilon.egl.output
Classes in org.eclipse.epsilon.egl.output that implement FormatterModifier and TypeClassDescriptionclassFormats the text by outdenting -%] sectionsMethods in org.eclipse.epsilon.egl.output with parameters of type FormatterModifier and TypeMethodDescriptionvoidIOutputBuffer.formatWith(Formatter formatter) Reformats the contents of the buffer with the givenFormatter.voidOutputBuffer.formatWith(Formatter formatter) -
Uses of Formatter in org.eclipse.epsilon.egl.spec
Methods in org.eclipse.epsilon.egl.spec that return FormatterConstructors in org.eclipse.epsilon.egl.spec with parameters of type FormatterModifierConstructorDescriptionprotectedEglTemplateSpecification(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) -
Uses of Formatter in org.eclipse.epsilon.hutn.unparser.formatter
Classes in org.eclipse.epsilon.hutn.unparser.formatter that implement Formatter -
Uses of Formatter in org.eclipse.epsilon.workflow.tasks.nestedelements
Methods in org.eclipse.epsilon.workflow.tasks.nestedelements that return types with arguments of type FormatterMethod parameters in org.eclipse.epsilon.workflow.tasks.nestedelements with type arguments of type FormatterModifier and TypeMethodDescriptionvoidEglDefaultFormatterNestedElement.setImplementation(Class<? extends Formatter> implementation)
EglTemplateSpecification(String, Formatter, IncrementalitySettings, IImportManager, Collection)for reuse of imported modules across templates.