Class DeriveSymTypeOfCommonExpressions

  • All Implemented Interfaces:
    CommonExpressionsHandler, CommonExpressionsVisitor2, de.monticore.visitor.IHandler, de.monticore.visitor.IVisitor

    @Deprecated
    public class DeriveSymTypeOfCommonExpressions
    extends DeriveSymTypeOfBSCommonExpressions
    Deprecated.
    part of typecheck1, use TypeCheck3 instead.
    This Visitor can calculate a SymTypeExpression (type) for the expressions in CommonExpressions. It is the OO extension of the class DeriveSymTypeOfBSCommonExpressions and adds OO functionalities like modifiers to the derivation of a SymTypeExpression. It can be combined with other expressions in your language by creating a DelegatorVisitor