org.eclipse.xtend.expression
Interface Analyzable

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 Analyzable

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

Method Summary
 Type analyze(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 

Method Detail

analyze

Type analyze(ExecutionContext ctx,
             java.util.Set<AnalysationIssue> issues)