Class ExpressionBasisTypeIdAsConstructorTypeVisitor
- java.lang.Object
-
- de.monticore.types3.AbstractTypeVisitor
-
- de.monticore.expressions.expressionsbasis.types3.ExpressionBasisTypeVisitor
-
- de.monticore.expressions.expressionsbasis.types3.ExpressionBasisTypeIdAsConstructorTypeVisitor
-
- All Implemented Interfaces:
ExpressionsBasisVisitor2,de.monticore.visitor.IVisitor
@Deprecated public class ExpressionBasisTypeIdAsConstructorTypeVisitor extends ExpressionBasisTypeVisitor
Deprecated.
-
-
Field Summary
-
Fields inherited from class de.monticore.types3.AbstractTypeVisitor
ctx4Ast, LOG_NAME, tmpMap, type4Ast
-
-
Constructor Summary
Constructors Constructor Description ExpressionBasisTypeIdAsConstructorTypeVisitor()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected java.util.Optional<SymTypeExpression>calculateNameExpression(ASTNameExpression expr)Deprecated.adds support for the type id to be used as if it were the constructors of the type, e.g., Foo(1) based on Constructor Foo::Foo(int)voidsetOOWithinTypeResolver(OOWithinTypeBasicSymbolsResolver oOWithinTypeResolver)Deprecated, for removal: This API element is subject to removal in a future version.is now a static delegate-
Methods inherited from class de.monticore.expressions.expressionsbasis.types3.ExpressionBasisTypeVisitor
calculateNameExpressionOrLogError, endVisit, endVisit, setWithinScopeResolver
-
Methods inherited from class de.monticore.types3.AbstractTypeVisitor
getAsBasicSymbolsScope, getInferenceContext4Ast, getType4Ast, setContext4Ast, setType4Ast
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
setOOWithinTypeResolver
@Deprecated(forRemoval=true) public void setOOWithinTypeResolver(OOWithinTypeBasicSymbolsResolver oOWithinTypeResolver)
Deprecated, for removal: This API element is subject to removal in a future version.is now a static delegate
-
calculateNameExpression
protected java.util.Optional<SymTypeExpression> calculateNameExpression(ASTNameExpression expr)
Deprecated.adds support for the type id to be used as if it were the constructors of the type, e.g., Foo(1) based on Constructor Foo::Foo(int)- Overrides:
calculateNameExpressionin classExpressionBasisTypeVisitor
-
-