org.eclipse.xtend.expression
Interface Evaluatable

All Known Implementing Classes:
BooleanLiteral, BooleanOperation, Cast, ChainExpression, CollectionExpression, ConstructorCallExpression, Expression, FeatureCall, GlobalVarExpression, IfExpression, IntegerLiteral, LetExpression, ListLiteral, Literal, NullLiteral, OperationCall, RealLiteral, StringLiteral, SwitchExpression, TypeSelectExpression

public interface Evaluatable

Author:
Sven Efftinge (http://www.efftinge.de), Arno Haase

Method Summary
 java.lang.Object evaluate(ExecutionContext ctx)
           
 

Method Detail

evaluate

java.lang.Object evaluate(ExecutionContext ctx)