Interface IMCVarDeclarationStatementsInterpreter
-
- All Superinterfaces:
IBasicSymbolsInterpreter,IExpressionsBasisInterpreter,IMCBasicsInterpreter,IMCBasicTypesInterpreter,IMCLiteralsBasisInterpreter,IMCStatementsBasisInterpreter,IOOSymbolsInterpreter,de.monticore.interpreter.ModelInterpreter
- All Known Subinterfaces:
IGrammar_WithConceptsInterpreter,IJavaClassExpressionsInterpreter,IJavaLightInterpreter,IMCArrayStatementsInterpreter,IMCCommonStatementsInterpreter,IMCExceptionStatementsInterpreter,IMCFullJavaStatementsInterpreter,IMCSynchronizedStatementsInterpreter,IODRulesInterpreter,ITFBasisExtsInterpreter,ITFCommonsInterpreter
- All Known Implementing Classes:
Grammar_WithConceptsInterpreter,JavaClassExpressionsInterpreter,JavaLightInterpreter,MCArrayStatementsInterpreter,MCCommonStatementsInterpreter,MCExceptionStatementsInterpreter,MCFullJavaStatementsInterpreter,MCSynchronizedStatementsInterpreter,MCVarDeclarationStatementsInterpreter,ODRulesInterpreter,TFBasisExtsInterpreter,TFCommonsInterpreter
public interface IMCVarDeclarationStatementsInterpreter extends IMCStatementsBasisInterpreter, IMCBasicTypesInterpreter, IExpressionsBasisInterpreter, IOOSymbolsInterpreter, de.monticore.interpreter.ModelInterpreter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.monticore.interpreter.Valueinterpret(ASTDeclarator node)de.monticore.interpreter.Valueinterpret(ASTDeclaratorId node)de.monticore.interpreter.Valueinterpret(ASTLocalVariableDeclaration node)de.monticore.interpreter.Valueinterpret(ASTLocalVariableDeclarationStatement node)de.monticore.interpreter.Valueinterpret(ASTMCVarDeclarationStatementsNode node)de.monticore.interpreter.Valueinterpret(ASTSimpleInit node)de.monticore.interpreter.Valueinterpret(ASTVariableDeclarator node)de.monticore.interpreter.Valueinterpret(ASTVariableInit node)-
Methods inherited from interface de.monticore.symbols.basicsymbols._visitor.IBasicSymbolsInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpret
-
Methods inherited from interface de.monticore.expressions.expressionsbasis._visitor.IExpressionsBasisInterpreter
interpret, interpret, interpret, interpret, interpret
-
Methods inherited from interface de.monticore.mcbasics._visitor.IMCBasicsInterpreter
interpret
-
Methods inherited from interface de.monticore.types.mcbasictypes._visitor.IMCBasicTypesInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret
-
Methods inherited from interface de.monticore.literals.mcliteralsbasis._visitor.IMCLiteralsBasisInterpreter
interpret, interpret
-
Methods inherited from interface de.monticore.statements.mcstatementsbasis._visitor.IMCStatementsBasisInterpreter
interpret, interpret, interpret, interpret
-
Methods inherited from interface de.monticore.symbols.oosymbols._visitor.IOOSymbolsInterpreter
interpret, interpret, interpret, interpret
-
-
-
-
Method Detail
-
interpret
de.monticore.interpreter.Value interpret(ASTLocalVariableDeclarationStatement node)
-
interpret
de.monticore.interpreter.Value interpret(ASTLocalVariableDeclaration node)
-
interpret
de.monticore.interpreter.Value interpret(ASTVariableDeclarator node)
-
interpret
de.monticore.interpreter.Value interpret(ASTDeclaratorId node)
-
interpret
de.monticore.interpreter.Value interpret(ASTSimpleInit node)
-
interpret
de.monticore.interpreter.Value interpret(ASTDeclarator node)
-
interpret
de.monticore.interpreter.Value interpret(ASTVariableInit node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCVarDeclarationStatementsNode node)
-
-