Uses of Class
org.eclipse.epsilon.egl.exceptions.EglRuntimeException
Packages that use EglRuntimeException
Package
Description
-
Uses of EglRuntimeException in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl that throw EglRuntimeExceptionModifier and TypeMethodDescriptionprotected voidEglFileGeneratingTemplate.doGenerate(File target, String targetName, boolean overwrite, boolean merge) protected abstract voidEglPersistentTemplate.doGenerate(File file, String targetName, boolean overwrite, boolean merge) Store result of processing template in the given file.final voidThe preferred way of generating code from a persistent template, this stores the generation result in the given file, maintaining any protected regions.Fully parameterised version of generate, usually only used internally.protected EglTemplateEglTemplateFactory.handleFailedLoad(String name, Exception e) Loads an EglTemplate for the EGL code stored in the indicated file.Loads an EglTemplate for the EGL code stored in the file at path.protected EglTemplateLoads an EglTemplate for the given EGL code as though it were contained in the given File.protected EglTemplateLoads an EglTemplate for the given EGL code as though it were contained in the given URI.Loads an EglTemplate for the EGL code stored in the given resource.protected final EglTemplateEglTemplateFactory.load(EglTemplateSpecification spec) Loads an EglTemplate from the given EglTemplateSpecification.protected voidEglFileGeneratingTemplate.prepareNewContents()EglTemplate.process()protected FileEglPersistentTemplate.resolveFile(String path) protected URIEglTemplateFactory.resolveRoot(String path) EglTemplateFactory.resolveTemplate(String path) protected voidEgxModule.setFileGeneratingTemplateFactory(Path outputRoot) Convenience method for initialising aEglFileGeneratingTemplateFactorywith the specified output path.voidEglFileGeneratingTemplateFactory.setOutputRoot(String path) voidEglTemplateFactory.setTemplateRoot(String path) voidDeprecated.Use generate(path) instead, or generate(path, false, false), if you really know what you are doing :-)voidDeprecated.Use generate(path) instead, or generate(path, overwrite, false), if you really know what you are doing :-)protected FileEglFileGeneratingTemplate.write(String path, EglFileGeneratingTemplate.OutputMode outputMode) Constructors in org.eclipse.epsilon.egl that throw EglRuntimeExceptionModifierConstructorDescriptionEglFileGeneratingTemplateFactory(Path outputRoot) CallsEgxModule(Path).Instantiates the module and the context configured for outputting generated files to the specified directory. -
Uses of EglRuntimeException in org.eclipse.epsilon.egl.concurrent
Constructors in org.eclipse.epsilon.egl.concurrent that throw EglRuntimeExceptionModifierConstructorDescriptionEgxModuleParallel(Path outputRoot) EgxModuleParallelAnnotation(Path outputRoot) EgxModuleParallelGenerationRuleAtoms(Path outputRoot) -
Uses of EglRuntimeException in org.eclipse.epsilon.egl.exceptions
Subclasses of EglRuntimeException in org.eclipse.epsilon.egl.exceptions -
Uses of EglRuntimeException in org.eclipse.epsilon.egl.internal
Methods in org.eclipse.epsilon.egl.internal that throw EglRuntimeExceptionModifier and TypeMethodDescriptionEglModule.execute(EglTemplate template, Formatter postprocessor) IEglModule.execute(EglTemplate template, Formatter postprocessor) -
Uses of EglRuntimeException in org.eclipse.epsilon.egl.launch
Methods in org.eclipse.epsilon.egl.launch that throw EglRuntimeExceptionModifier and TypeMethodDescriptionprotected EglTemplateFactoryEglRunConfiguration.getDefaultTemplateFactory()protected EglTemplateFactoryEgxRunConfiguration.getDefaultTemplateFactory() -
Uses of EglRuntimeException in org.eclipse.epsilon.egl.output
Methods in org.eclipse.epsilon.egl.output that throw EglRuntimeExceptionModifier and TypeMethodDescriptionprotected voidOutputBuffer.assertNoMixedRegions(RegionType regionType) default StringAppends a controlled region to the buffer.default StringIOutputBuffer.control(String startComment, String endComment, String id, boolean enabled, String contents) Appends a controlled region to the buffer.default StringAppends a protected region to the buffer.default StringIOutputBuffer.preserve(String startComment, String endComment, String id, boolean enabled, String contents) Appends a protected region to the buffer.voidIOutputBuffer.setContentType(String name) Specifies the type of output in the buffer, such as Java or HTML.voidOutputBuffer.setContentType(String name) IOutputBuffer.startControl(String id, boolean enabled) Appends the starting tag for a controlled region to the buffer.IOutputBuffer.startControl(String startComment, String endComment, String id, boolean enabled) Appends the starting tag for a protected region to the buffer.OutputBuffer.startControl(String id, boolean enabled) OutputBuffer.startControl(String startComment, String endComment, String id, boolean enabled) OutputBuffer.startLocate(String id, boolean enabled, RegionType regionType) OutputBuffer.startLocate(String startComment, String endComment, String id, boolean enabled, RegionType regionType) IOutputBuffer.startPreserve(String id, boolean enabled) Appends the starting tag for a protected region to the buffer.IOutputBuffer.startPreserve(String startComment, String endComment, String id, boolean enabled) Appends the starting tag for a protected region to the buffer.OutputBuffer.startPreserve(String id, boolean enabled) OutputBuffer.startPreserve(String startComment, String endComment, String id, boolean enabled) IOutputBuffer.stopControl()Appends a closing tag for a protected region to the buffer.OutputBuffer.stopControl()OutputBuffer.stopLocate()IOutputBuffer.stopPreserve()Appends a closing tag for a protected region to the buffer.OutputBuffer.stopPreserve()