org.openarchitectureware.xpand2.model
Interface XpandAdvice

All Superinterfaces:
ISyntaxElement
All Known Implementing Classes:
Advice

public interface XpandAdvice
extends ISyntaxElement


Method Summary
 void evaluate(XpandExecutionContext ctx)
           
 boolean matches(XpandDefinition def, XpandExecutionContext ctx)
           
 
Methods inherited from interface org.openarchitectureware.expression.ast.ISyntaxElement
accept, getEnd, getFileName, getLine, getNameString, getStart
 

Method Detail

matches

boolean matches(XpandDefinition def,
                XpandExecutionContext ctx)

evaluate

void evaluate(XpandExecutionContext ctx)