Package de.monticore.mcbasics._visitor
Interface IMCBasicsInterpreter
-
- All Superinterfaces:
de.monticore.interpreter.ModelInterpreter
- All Known Subinterfaces:
IAssignmentExpressionsInterpreter,IBasicSymbolsInterpreter,IBitExpressionsInterpreter,ICardinalityInterpreter,ICommonExpressionsInterpreter,ICompSymbolsInterpreter,IExpressionsBasisInterpreter,IGrammar_WithConceptsInterpreter,IGrammarInterpreter,IJavaClassExpressionsInterpreter,IJavaLightInterpreter,ILambdaExpressionsInterpreter,IMCArrayStatementsInterpreter,IMCArrayTypesInterpreter,IMCAssertStatementsInterpreter,IMCBasicTypesInterpreter,IMCCollectionTypesInterpreter,IMCCommonInterpreter,IMCCommonLiteralsInterpreter,IMCCommonStatementsInterpreter,IMCExceptionStatementsInterpreter,IMCFullGenericTypesInterpreter,IMCFullJavaStatementsInterpreter,IMCFunctionTypesInterpreter,IMCJavaLiteralsInterpreter,IMCLowLevelStatementsInterpreter,IMCReturnStatementsInterpreter,IMCSimpleGenericTypesInterpreter,IMCStructuralTypesInterpreter,IMCSynchronizedStatementsInterpreter,IMCVarDeclarationStatementsInterpreter,IOCLExpressionsInterpreter,IODRuleGenerationInterpreter,IODRulesInterpreter,IOOSymbolsInterpreter,IOptionalOperatorsInterpreter,IRegExTypeInterpreter,IRegularExpressionsInterpreter,ISetExpressionsInterpreter,ISIUnitLiteralsInterpreter,ISIUnitsInterpreter,ISIUnitTypes4ComputingInterpreter,ISIUnitTypes4MathInterpreter,IStreamExpressionsInterpreter,ITagSchemaInterpreter,ITagsInterpreter,ITFBasisExtsInterpreter,ITFCommonsInterpreter,ITupleExpressionsInterpreter,ITypeParametersInterpreter,IUglyExpressionsInterpreter,IUMLModifierInterpreter,IUMLStereotypeInterpreter
- All Known Implementing Classes:
AssignmentExpressionsInterpreter,AssignmentExpressionsInterpreterTOP,BasicSymbolsInterpreter,BitExpressionsInterpreter,CardinalityInterpreter,CommonExpressionsInterpreter,CommonExpressionsInterpreterTOP,CompSymbolsInterpreter,ExpressionsBasisInterpreter,ExpressionsBasisInterpreterTOP,Grammar_WithConceptsInterpreter,GrammarInterpreter,JavaClassExpressionsInterpreter,JavaLightInterpreter,LambdaExpressionsInterpreter,MCArrayStatementsInterpreter,MCArrayTypesInterpreter,MCAssertStatementsInterpreter,MCBasicsInterpreter,MCBasicTypesInterpreter,MCCollectionTypesInterpreter,MCCommonInterpreter,MCCommonLiteralsInterpreter,MCCommonLiteralsInterpreterTOP,MCCommonStatementsInterpreter,MCExceptionStatementsInterpreter,MCFullGenericTypesInterpreter,MCFullJavaStatementsInterpreter,MCFunctionTypesInterpreter,MCJavaLiteralsInterpreter,MCJavaLiteralsInterpreterTOP,MCLowLevelStatementsInterpreter,MCReturnStatementsInterpreter,MCSimpleGenericTypesInterpreter,MCStructuralTypesInterpreter,MCSynchronizedStatementsInterpreter,MCVarDeclarationStatementsInterpreter,OCLExpressionsInterpreter,ODRuleGenerationInterpreter,ODRulesInterpreter,OOSymbolsInterpreter,OptionalOperatorsInterpreter,RegExTypeInterpreter,RegularExpressionsInterpreter,SetExpressionsInterpreter,SIUnitLiteralsInterpreter,SIUnitsInterpreter,SIUnitTypes4ComputingInterpreter,SIUnitTypes4MathInterpreter,StreamExpressionsInterpreter,TagSchemaInterpreter,TagsInterpreter,TFBasisExtsInterpreter,TFCommonsInterpreter,TupleExpressionsInterpreter,TypeParametersInterpreter,UglyExpressionsInterpreter,UMLModifierInterpreter,UMLStereotypeInterpreter
public interface IMCBasicsInterpreter extends de.monticore.interpreter.ModelInterpreter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.monticore.interpreter.Valueinterpret(ASTMCBasicsNode node)
-
-
-
Method Detail
-
interpret
de.monticore.interpreter.Value interpret(ASTMCBasicsNode node)
-
-