Package | Description |
---|---|
org.eclipse.jface.text.templates |
Application programming interfaces for interaction
with the Eclipse text template support.
|
Modifier and Type | Method and Description |
---|---|
TemplateBuffer |
DocumentTemplateContext.evaluate(Template template) |
abstract TemplateBuffer |
TemplateContext.evaluate(Template template)
Evaluates the template in this context and returns a template buffer.
|
TemplateBuffer |
TemplateTranslator.translate(String string)
Translates a template string to
TemplateBuffer . |
TemplateBuffer |
TemplateTranslator.translate(Template template)
Translates a template to a
TemplateBuffer . |
void |
TemplateContextType.validate(String pattern)
Validates a pattern, a
TemplateException is thrown if
validation fails. |
protected void |
TemplateContextType.validateVariables(TemplateVariable[] variables)
Validates the variables in this context type.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.