Class ExpressionValid

java.lang.Object
de.monticore.expressions.cocos.ExpressionValid
All Implemented Interfaces:
ExpressionsBasisASTExpressionCoCo, ExpressionsBasisVisitor2, de.monticore.visitor.IVisitor

@Deprecated public class ExpressionValid extends Object implements ExpressionsBasisASTExpressionCoCo
Deprecated.
not compatible with target typing, thus, this needs to be replaced with multiple CoCos, which do pass the target type if available. These CoCos have to be created for each non-terminal that contains an Expression. Please refer to the TypeCheck3 documentation and specifically TypeCheck3.typeOf(ASTExpression, de.monticore.types.check.SymTypeExpression).