| Modifier and Type | Interface and Description |
|---|---|
interface |
IQuery |
interface |
ITemplate
Loaded and validated template.
|
| Modifier and Type | Method and Description |
|---|---|
SourceElement |
EvaluationContext.getCaller() |
| Modifier and Type | Method and Description |
|---|---|
Object |
IEvaluationStrategy.evaluate(IQuery t,
EvaluationContext context,
Object[] arguments,
SourceElement caller) |
String |
IEvaluationStrategy.evaluate(ITemplate t,
EvaluationContext context,
Object[] arguments,
SourceElement caller) |
IBundleEntity |
IEvaluationStrategy.loadEntity(String qualifiedName,
int kind,
SourceElement referer) |
void |
EvaluationContext.printStackTrace(SourceElement element,
PrintStream s) |
void |
TemplatesStatus.report(int kind,
String message,
SourceElement... anchors) |
| Constructor and Description |
|---|
EvaluationContext(Object thisObject,
SourceElement caller,
EvaluationContext parent) |
EvaluationContext(Object thisObject,
SourceElement caller,
EvaluationContext parent,
IBundleEntity current) |
| Modifier and Type | Method and Description |
|---|---|
IClass |
ITypesRegistry.getClass(String qualifiedName,
SourceElement referer) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArithmeticNode |
class |
AssertNode |
class |
AssignNode |
class |
CallTemplateNode |
class |
CaseNode |
class |
ClosureNode
Gryaznov Evgeny, 3/11/11
|
class |
CollectionProcessorNode |
class |
CollectMapNode |
class |
CommaNode |
class |
CompoundNode |
class |
ConcreteMapNode |
class |
ConditionalNode |
class |
CreateClassNode |
class |
DollarNode |
class |
ElseIfNode |
class |
ErrorNode |
class |
EvalNode |
class |
ExpressionNode |
class |
FileNode |
class |
ForeachNode |
class |
IfNode |
class |
IndexNode |
class |
InstanceOfNode |
class |
ListNode |
class |
LiteralNode |
class |
MethodCallNode |
class |
Node |
class |
ParameterNode |
class |
ParenthesesNode |
class |
QueryNode |
class |
SelectNode |
class |
SwitchNode |
class |
TemplateNode |
class |
TextNode |
class |
ThisNode |
class |
TriplexNode |
class |
UnaryExpression |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBundleEntity |
| Modifier and Type | Method and Description |
|---|---|
IBundleEntity |
TemplatesRegistry.loadEntity(String qualifiedName,
int kind,
SourceElement referer) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DefaultEvaluationStrategy.evaluate(IQuery t,
EvaluationContext context,
Object[] arguments,
SourceElement caller) |
String |
DefaultEvaluationStrategy.evaluate(ITemplate t,
EvaluationContext context,
Object[] arguments,
SourceElement caller) |
String |
TemplatesFacade.executeTemplate(String name,
EvaluationContext context,
Object[] arguments,
SourceElement referer) |
IBundleEntity |
DefaultEvaluationStrategy.loadEntity(String qualifiedName,
int kind,
SourceElement referer) |
void |
TemplatesFacade.report(int kind,
String message,
SourceElement... anchors) |
void |
DefaultEvaluationStrategy.report(int kind,
String message,
SourceElement... anchors) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavaIxFactory.JavaCollectionIxObject.callMethod(SourceElement caller,
String methodName,
Object... args) |
Object |
IxObject.callMethod(SourceElement caller,
String methodName,
Object... args) |
Object |
DefaultJavaIxObject.callMethod(SourceElement caller,
String methodName,
Object... args) |
Object |
DefaultIxObject.callMethod(SourceElement caller,
String methodName,
Object... args) |
Object |
JavaIxFactory.JavaListIxObject.getByIndex(SourceElement caller,
Object index) |
Object |
IxObject.getByIndex(SourceElement caller,
Object index) |
Object |
DefaultJavaIxObject.getByIndex(SourceElement caller,
Object index) |
Object |
DefaultIxObject.getByIndex(SourceElement caller,
Object index) |
Object |
JavaIxObjectWithType.getProperty(SourceElement caller,
String propertyName) |
Object |
JavaIxFactory.JavaCollectionIxObject.getProperty(SourceElement caller,
String propertyName) |
Object |
IxObject.getProperty(SourceElement caller,
String propertyName) |
Object |
DefaultJavaIxObject.getProperty(SourceElement caller,
String id) |
Object |
DefaultIxObject.getProperty(SourceElement caller,
String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TiInstance.callMethod(SourceElement caller,
String methodName,
Object... args) |
Object |
TiClosure.callMethod(SourceElement caller,
String methodName,
Object... args) |
IClass |
TypesRegistry.getClass(String qualifiedName,
SourceElement referer) |
Object |
TiInstance.getProperty(SourceElement caller,
String propertyName) |
Object |
TiClosure.getProperty(SourceElement caller,
String propertyName) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlAttribute |
class |
XmlData |
class |
XmlElement |
class |
XmlNode |
Copyright © 2014. All rights reserved.