| Methods in org.eclipse.internal.xpand2.ast with parameters of type XpandExecutionContext |
void |
XpandAnalyzable.analyze(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
Template.analyze(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
Statement.analyze(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
ImportDeclaration.analyze(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
ExtensionImportDeclaration.analyze(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
Advice.analyze(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
AbstractDefinition.analyze(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
TextStatement.analyzeInternal(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
protected abstract void |
Statement.analyzeInternal(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
ProtectStatement.analyzeInternal(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
LetStatement.analyzeInternal(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
IfStatement.analyzeInternal(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
ForEachStatement.analyzeInternal(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
FileStatement.analyzeInternal(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
ExpressionStatement.analyzeInternal(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
ExpandStatement.analyzeInternal(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
ErrorStatement.analyzeInternal(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
|
void |
XpandEvaluatable.evaluate(XpandExecutionContext ctx)
|
void |
Statement.evaluate(XpandExecutionContext ctx)
|
void |
AbstractDefinition.evaluate(XpandExecutionContext ctx,
Object _this,
Object... params)
|
void |
TextStatement.evaluateInternal(XpandExecutionContext ctx)
|
protected abstract void |
Statement.evaluateInternal(XpandExecutionContext ctx)
|
void |
ProtectStatement.evaluateInternal(XpandExecutionContext ctx)
|
void |
LetStatement.evaluateInternal(XpandExecutionContext ctx)
|
void |
IfStatement.evaluateInternal(XpandExecutionContext ctx)
|
void |
ForEachStatement.evaluateInternal(XpandExecutionContext ctx)
|
void |
FileStatement.evaluateInternal(XpandExecutionContext ctx)
|
void |
ExpressionStatement.evaluateInternal(XpandExecutionContext ctx)
|
void |
ExpandStatement.evaluateInternal(XpandExecutionContext ctx)
|
void |
ErrorStatement.evaluateInternal(XpandExecutionContext ctx)
|
boolean |
Advice.matches(XpandDefinition def,
XpandExecutionContext ctx)
|
protected XpandExecutionContext |
AbstractDefinition.prepareDeclaredParameters(Object _this,
XpandExecutionContext context,
Object... params)
|