Interface IMCLiteralsBasisInterpreter
-
- All Superinterfaces:
de.monticore.interpreter.ModelInterpreter
- All Known Subinterfaces:
IAssignmentExpressionsInterpreter,IBitExpressionsInterpreter,ICardinalityInterpreter,ICommonExpressionsInterpreter,ICompSymbolsInterpreter,IExpressionsBasisInterpreter,IGrammar_WithConceptsInterpreter,IGrammarInterpreter,IJavaClassExpressionsInterpreter,IJavaLightInterpreter,ILambdaExpressionsInterpreter,IMCArrayStatementsInterpreter,IMCAssertStatementsInterpreter,IMCCommonInterpreter,IMCCommonLiteralsInterpreter,IMCCommonStatementsInterpreter,IMCExceptionStatementsInterpreter,IMCFullJavaStatementsInterpreter,IMCJavaLiteralsInterpreter,IMCReturnStatementsInterpreter,IMCSynchronizedStatementsInterpreter,IMCVarDeclarationStatementsInterpreter,IOCLExpressionsInterpreter,IODRulesInterpreter,IOptionalOperatorsInterpreter,IRegExTypeInterpreter,IRegularExpressionsInterpreter,ISetExpressionsInterpreter,ISIUnitLiteralsInterpreter,ISIUnitsInterpreter,ISIUnitTypes4ComputingInterpreter,ISIUnitTypes4MathInterpreter,IStreamExpressionsInterpreter,ITagSchemaInterpreter,ITagsInterpreter,ITFBasisExtsInterpreter,ITFCommonsInterpreter,ITupleExpressionsInterpreter,IUglyExpressionsInterpreter,IUMLModifierInterpreter,IUMLStereotypeInterpreter
- All Known Implementing Classes:
AssignmentExpressionsInterpreter,AssignmentExpressionsInterpreterTOP,BitExpressionsInterpreter,CardinalityInterpreter,CommonExpressionsInterpreter,CommonExpressionsInterpreterTOP,CompSymbolsInterpreter,ExpressionsBasisInterpreter,ExpressionsBasisInterpreterTOP,Grammar_WithConceptsInterpreter,GrammarInterpreter,JavaClassExpressionsInterpreter,JavaLightInterpreter,LambdaExpressionsInterpreter,MCArrayStatementsInterpreter,MCAssertStatementsInterpreter,MCCommonInterpreter,MCCommonLiteralsInterpreter,MCCommonLiteralsInterpreterTOP,MCCommonStatementsInterpreter,MCExceptionStatementsInterpreter,MCFullJavaStatementsInterpreter,MCJavaLiteralsInterpreter,MCJavaLiteralsInterpreterTOP,MCLiteralsBasisInterpreter,MCReturnStatementsInterpreter,MCSynchronizedStatementsInterpreter,MCVarDeclarationStatementsInterpreter,OCLExpressionsInterpreter,ODRulesInterpreter,OptionalOperatorsInterpreter,RegExTypeInterpreter,RegularExpressionsInterpreter,SetExpressionsInterpreter,SIUnitLiteralsInterpreter,SIUnitsInterpreter,SIUnitTypes4ComputingInterpreter,SIUnitTypes4MathInterpreter,StreamExpressionsInterpreter,TagSchemaInterpreter,TagsInterpreter,TFBasisExtsInterpreter,TFCommonsInterpreter,TupleExpressionsInterpreter,UglyExpressionsInterpreter,UMLModifierInterpreter,UMLStereotypeInterpreter
public interface IMCLiteralsBasisInterpreter extends de.monticore.interpreter.ModelInterpreter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.monticore.interpreter.Valueinterpret(ASTLiteral node)de.monticore.interpreter.Valueinterpret(ASTMCLiteralsBasisNode node)
-
-
-
Method Detail
-
interpret
de.monticore.interpreter.Value interpret(ASTLiteral node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCLiteralsBasisNode node)
-
-