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 FormatterEglTemplate. getFormatter()Methods in org.eclipse.epsilon.egl with parameters of type Formatter Modifier and Type Method Description voidEglTemplateFactory. 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 Formatter Modifier and Type Method Description voidEglTemplateFactory. setDefaultFormatters(java.util.Collection<Formatter> defaultFormatters)voidEglTemplateFactoryModuleAdapter. setDefaultFormatters(java.util.Collection<Formatter> defaultFormatters)voidIEglModule. setDefaultFormatters(java.util.Collection<Formatter> defaultFormatters)voidEglTemplate. setFormatters(java.util.Collection<Formatter> formatters) -
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 voidIEglContext. 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 classCompositeFormatterclassNullFormatterConstructors 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(java.util.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 classJavaFormatterclassLanguageFormatterclassPromelaFormatterclassXmlFormatter -
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 classLineByLineFormatter<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 classLowercaseFormatterclassReverseFormatterclassUppercaseFormatter -
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 java.lang.ObjectEglModule. execute(EglTemplate template, Formatter postprocessor)java.lang.ObjectIEglModule. execute(EglTemplate template, Formatter postprocessor) -
Uses of Formatter in org.eclipse.epsilon.egl.output
Methods in org.eclipse.epsilon.egl.output with parameters of type Formatter Modifier and Type Method Description voidIOutputBuffer. 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 Formatter Modifier and Type Method Description FormatterEglTemplateSpecification. getDefaultFormatter()Constructors in org.eclipse.epsilon.egl.spec with parameters of type Formatter Constructor Description EglTemplateSpecification(java.lang.String name, Formatter defaultFormatter, IncrementalitySettings incrementalitySettings, java.util.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 classHutnFormatter -
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 java.lang.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 voidEglDefaultFormatterNestedElement. setImplementation(java.lang.Class<? extends Formatter> implementation)
-