Uses of Interface
org.eclipse.epsilon.egl.formatter.Formatter
-
-
Uses of Formatter in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl that return Formatter Modifier and Type Method Description Formatter
EglTemplate. getFormatter()
Methods in org.eclipse.epsilon.egl with parameters of type Formatter Modifier and Type Method Description void
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 Formatter Modifier and Type Method Description void
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 Formatter Modifier and Type Field Description protected ExecutableBlock<Formatter>
GenerationRule. formatterBlock
Methods in org.eclipse.epsilon.egl.dom that return types with arguments of type Formatter Modifier and Type Method Description ExecutableBlock<Formatter>
GenerationRule. getFormatterBlock()
-
Uses of Formatter in org.eclipse.epsilon.egl.execute.context
Methods in org.eclipse.epsilon.egl.execute.context with parameters of type Formatter Modifier and Type Method Description default void
IEglContext. formatWith(Formatter formatter)
-
Uses of Formatter in org.eclipse.epsilon.egl.formatter
Classes in org.eclipse.epsilon.egl.formatter that implement Formatter Modifier and Type Class Description class
CompositeFormatter
class
NullFormatter
Constructors in org.eclipse.epsilon.egl.formatter with parameters of type Formatter Constructor Description CompositeFormatter(Formatter... formatters)
Constructor parameters in org.eclipse.epsilon.egl.formatter with type arguments of type Formatter Constructor Description CompositeFormatter(Collection<Formatter> formatters)
-
Uses of Formatter in org.eclipse.epsilon.egl.formatter.language
Classes in org.eclipse.epsilon.egl.formatter.language that implement Formatter Modifier and Type Class Description class
JavaFormatter
class
LanguageFormatter
class
PromelaFormatter
class
XmlFormatter
-
Uses of Formatter in org.eclipse.epsilon.egl.formatter.linebyline
Classes in org.eclipse.epsilon.egl.formatter.linebyline that implement Formatter Modifier and Type Class Description class
LineByLineFormatter<T extends Line>
-
Uses of Formatter in org.eclipse.epsilon.egl.formatter.simple
Classes in org.eclipse.epsilon.egl.formatter.simple that implement Formatter Modifier and Type Class Description class
LowercaseFormatter
class
ReverseFormatter
class
UppercaseFormatter
-
Uses of Formatter in org.eclipse.epsilon.egl.internal
Methods in org.eclipse.epsilon.egl.internal with parameters of type Formatter Modifier and Type Method Description Object
EglModule. execute(EglTemplate template, Formatter postprocessor)
Object
IEglModule. execute(EglTemplate template, Formatter postprocessor)
-
Uses of Formatter in org.eclipse.epsilon.egl.output
Classes in org.eclipse.epsilon.egl.output that implement Formatter Modifier and Type Class Description class
OutdentationFormatter
Formats the text by outdenting -%] sectionsMethods in org.eclipse.epsilon.egl.output with parameters of type Formatter Modifier and Type Method Description void
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 Formatter Modifier and Type Method Description Formatter
EglTemplateSpecification. getDefaultFormatter()
Constructors in org.eclipse.epsilon.egl.spec with parameters of type Formatter Constructor Description EglTemplateSpecification(String name, Formatter defaultFormatter, IncrementalitySettings incrementalitySettings, Collection<ITemplateExecutionListener> listeners)
EglTemplateSpecificationFactory(Formatter defaultFormatter, IncrementalitySettings incrementalitySettings, ITemplateExecutionListener... listeners)
-
Uses of Formatter in org.eclipse.epsilon.hutn.unparser.formatter
Classes in org.eclipse.epsilon.hutn.unparser.formatter that implement Formatter Modifier and Type Class Description class
HutnFormatter
-
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 Formatter Modifier and Type Method Description Class<? extends Formatter>
EglDefaultFormatterNestedElement. getImplementation()
Method parameters in org.eclipse.epsilon.workflow.tasks.nestedelements with type arguments of type Formatter Modifier and Type Method Description void
EglDefaultFormatterNestedElement. setImplementation(Class<? extends Formatter> implementation)
-