Class CommonExpressionsTypeIdAsConstructorTypeVisitor

java.lang.Object
de.monticore.types3.AbstractTypeVisitor
de.monticore.expressions.commonexpressions.types3.CommonExpressionsTypeVisitor
de.monticore.expressions.commonexpressions.types3.CommonExpressionsTypeIdAsConstructorTypeVisitor
All Implemented Interfaces:
CommonExpressionsHandler, CommonExpressionsVisitor2, de.monticore.visitor.IHandler, de.monticore.visitor.IVisitor

@Deprecated public class CommonExpressionsTypeIdAsConstructorTypeVisitor extends CommonExpressionsTypeVisitor
This visitor allows the use of type identifiers "as" the types constructors, e.g., pack.age.Foo(1) is accepted if the constructor pack.age.Foo::Foo(int) exists.