Interface ITFBasisExtsInterpreter
- All Superinterfaces:
IAssignmentExpressionsInterpreter,IBasicSymbolsInterpreter,ICommonExpressionsInterpreter,IExpressionsBasisInterpreter,IJavaClassExpressionsInterpreter,IJavaLightInterpreter,IMCArrayStatementsInterpreter,IMCBasicsInterpreter,IMCBasicTypesInterpreter,IMCCollectionTypesInterpreter,IMCCommonLiteralsInterpreter,IMCCommonStatementsInterpreter,IMCFullGenericTypesInterpreter,IMCLiteralsBasisInterpreter,IMCReturnStatementsInterpreter,IMCSimpleGenericTypesInterpreter,IMCStatementsBasisInterpreter,IMCVarDeclarationStatementsInterpreter,IOOSymbolsInterpreter,ITypeParametersInterpreter,IUglyExpressionsInterpreter,de.monticore.interpreter.ModelInterpreter
- All Known Subinterfaces:
IODRulesInterpreter,ITFCommonsInterpreter
- All Known Implementing Classes:
ODRulesInterpreter,TFBasisExtsInterpreter,TFCommonsInterpreter
public interface ITFBasisExtsInterpreter
extends IJavaLightInterpreter, IMCSimpleGenericTypesInterpreter, IMCCommonLiteralsInterpreter, de.monticore.interpreter.ModelInterpreter
-
Method Summary
Modifier and TypeMethodDescriptionde.monticore.interpreter.Valueinterpret(ASTTFBasisExtsNode node) Methods inherited from interface de.monticore.expressions.assignmentexpressions._visitor.IAssignmentExpressionsInterpreter
interpret, interpret, interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.symbols.basicsymbols._visitor.IBasicSymbolsInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.expressions.commonexpressions._visitor.ICommonExpressionsInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.expressions.expressionsbasis._visitor.IExpressionsBasisInterpreter
interpret, interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.expressions.javaclassexpressions._visitor.IJavaClassExpressionsInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.javalight._visitor.IJavaLightInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.statements.mcarraystatements._visitor.IMCArrayStatementsInterpreter
interpret, interpret, interpretMethods inherited from interface de.monticore.mcbasics._visitor.IMCBasicsInterpreter
interpretMethods inherited from interface de.monticore.types.mcbasictypes._visitor.IMCBasicTypesInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.types.mccollectiontypes._visitor.IMCCollectionTypesInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.literals.mccommonliterals._visitor.IMCCommonLiteralsInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.statements.mccommonstatements._visitor.IMCCommonStatementsInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.types.mcfullgenerictypes._visitor.IMCFullGenericTypesInterpreter
interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.literals.mcliteralsbasis._visitor.IMCLiteralsBasisInterpreter
interpret, interpretMethods inherited from interface de.monticore.statements.mcreturnstatements._visitor.IMCReturnStatementsInterpreter
interpret, interpretMethods inherited from interface de.monticore.types.mcsimplegenerictypes._visitor.IMCSimpleGenericTypesInterpreter
interpret, interpret, interpretMethods inherited from interface de.monticore.statements.mcstatementsbasis._visitor.IMCStatementsBasisInterpreter
interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.statements.mcvardeclarationstatements._visitor.IMCVarDeclarationStatementsInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.symbols.oosymbols._visitor.IOOSymbolsInterpreter
interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.types.typeparameters._visitor.ITypeParametersInterpreter
interpret, interpret, interpretMethods inherited from interface de.monticore.expressions.uglyexpressions._visitor.IUglyExpressionsInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpretMethods inherited from interface de.monticore.interpreter.ModelInterpreter
getContextMap, getRealThis, interpret, load, setRealThis, store
-
Method Details
-
interpret
-