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 TypeMethodDescriptionvoid
EglTemplateFactory.setDefaultFormatter
(Formatter defaultFormatter) void
EglTemplateFactory.setDefaultFormatters
(Formatter... defaultFormatters) void
EglTemplate.setFormatter
(Formatter formatter) void
EglTemplate.setFormatters
(Formatter... formatters) Method parameters in org.eclipse.epsilon.egl with type arguments of type FormatterModifier and TypeMethodDescriptionvoid
EglModule.setDefaultFormatters
(Collection<Formatter> defaultFormatters) void
EglTemplateFactory.setDefaultFormatters
(Collection<Formatter> defaultFormatters) void
IEglModule.setDefaultFormatters
(Collection<Formatter> defaultFormatters) void
EglTemplate.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.formatterBlock
Methods 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 TypeClassDescriptionclass
class
class
class
-
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 TypeClassDescriptionclass
class
class
-
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 TypeClassDescriptionclass
Formats the text by outdenting -%] sectionsMethods in org.eclipse.epsilon.egl.output with parameters of type FormatterModifier and TypeMethodDescriptionvoid
IOutputBuffer.formatWith
(Formatter formatter) Reformats the contents of the buffer with the givenFormatter
.void
OutputBuffer.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 FormatterModifierConstructorDescriptionprotected
EglTemplateSpecification
(String name, Formatter defaultFormatter, IncrementalitySettings incrementalitySettings, Collection<ITemplateExecutionListener> listeners) Deprecated.protected
EglTemplateSpecification
(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 TypeMethodDescriptionvoid
EglDefaultFormatterNestedElement.setImplementation
(Class<? extends Formatter> implementation)
EglTemplateSpecification(String, Formatter, IncrementalitySettings, IImportManager, Collection)
for reuse of imported modules across templates.