| Package | Description |
|---|---|
| org.textmapper.templates.api | |
| org.textmapper.templates.ast | |
| org.textmapper.templates.bundle | |
| org.textmapper.templates.eval |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IQuery |
interface |
ITemplate
Loaded and validated template.
|
| Modifier and Type | Method and Description |
|---|---|
IBundleEntity |
EvaluationContext.getCurrent() |
IBundleEntity |
IEvaluationStrategy.loadEntity(String qualifiedName,
int kind,
SourceElement referer) |
| Constructor and Description |
|---|
EvaluationContext(Object thisObject,
SourceElement caller,
EvaluationContext parent,
IBundleEntity current) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryNode |
class |
TemplateNode |
| Modifier and Type | Method and Description |
|---|---|
IBundleEntity |
TemplateNode.getBase() |
IBundleEntity |
QueryNode.getBase() |
| Modifier and Type | Method and Description |
|---|---|
List<IBundleEntity> |
TemplatesParser.parseInput(TemplatesLexer lexer) |
static TemplatesTree<List<IBundleEntity>> |
TemplatesTree.parseInput(TemplatesTree.TextSource source,
String templatePackage) |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateNode.setBase(IBundleEntity template) |
void |
QueryNode.setBase(IBundleEntity template) |
| Modifier and Type | Method and Description |
|---|---|
IBundleEntity |
IBundleEntity.getBase()
Returns overridden member
|
IBundleEntity[] |
TemplatesBundle.getEntities() |
IBundleEntity |
TemplatesRegistry.loadEntity(String qualifiedName,
int kind,
SourceElement referer) |
| Modifier and Type | Method and Description |
|---|---|
void |
IBundleEntity.setBase(IBundleEntity base)
Internal: Used for binding.
|
| Constructor and Description |
|---|
TemplatesBundle(Resource resource,
IBundleEntity[] entities) |
| Modifier and Type | Method and Description |
|---|---|
IBundleEntity |
DefaultEvaluationStrategy.loadEntity(String qualifiedName,
int kind,
SourceElement referer) |
Copyright © 2014. All rights reserved.