Class MCVarDeclarationStatementsSTCompleteTypes
- java.lang.Object
-
- de.monticore.statements.mcvardeclarationstatements._symboltable.MCVarDeclarationStatementsSTCompleteTypes
-
- All Implemented Interfaces:
MCVarDeclarationStatementsVisitor2,de.monticore.visitor.IVisitor
@Deprecated public class MCVarDeclarationStatementsSTCompleteTypes extends java.lang.Object implements MCVarDeclarationStatementsVisitor2
Deprecated.UseMCVarDeclarationStatementsSymTabCompletioninstead
-
-
Field Summary
Fields Modifier and Type Field Description protected ISynthesizetypeSynthesizerDeprecated.
-
Constructor Summary
Constructors Constructor Description MCVarDeclarationStatementsSTCompleteTypes()Deprecated.MCVarDeclarationStatementsSTCompleteTypes(ISynthesize typeSynthesizer)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected SymTypeExpressioncreateTypeLoader(ASTMCType ast)Deprecated.voidendVisit(ASTLocalVariableDeclaration ast)Deprecated.ISynthesizegetTypeSynthesizer()Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.monticore.visitor.IVisitor
endVisit, endVisit, endVisit, endVisit, visit, visit, visit, visit
-
Methods inherited from interface de.monticore.statements.mcvardeclarationstatements._visitor.MCVarDeclarationStatementsVisitor2
endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
-
-
-
-
Field Detail
-
typeSynthesizer
protected ISynthesize typeSynthesizer
Deprecated.
-
-
Constructor Detail
-
MCVarDeclarationStatementsSTCompleteTypes
public MCVarDeclarationStatementsSTCompleteTypes()
Deprecated.
-
MCVarDeclarationStatementsSTCompleteTypes
public MCVarDeclarationStatementsSTCompleteTypes(ISynthesize typeSynthesizer)
Deprecated.
-
-
Method Detail
-
getTypeSynthesizer
public ISynthesize getTypeSynthesizer()
Deprecated.
-
endVisit
public void endVisit(ASTLocalVariableDeclaration ast)
Deprecated.- Specified by:
endVisitin interfaceMCVarDeclarationStatementsVisitor2
-
createTypeLoader
protected SymTypeExpression createTypeLoader(ASTMCType ast)
Deprecated.
-
-