Interface IMCJavaLiteralsInterpreter
-
- All Superinterfaces:
IMCBasicsInterpreter,IMCCommonLiteralsInterpreter,IMCLiteralsBasisInterpreter,de.monticore.interpreter.ModelInterpreter
- All Known Subinterfaces:
IODRulesInterpreter
- All Known Implementing Classes:
MCJavaLiteralsInterpreter,MCJavaLiteralsInterpreterTOP,ODRulesInterpreter
public interface IMCJavaLiteralsInterpreter extends IMCCommonLiteralsInterpreter, de.monticore.interpreter.ModelInterpreter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.monticore.interpreter.Valueinterpret(ASTDoubleLiteral node)de.monticore.interpreter.Valueinterpret(ASTFloatLiteral node)de.monticore.interpreter.Valueinterpret(ASTIntLiteral node)de.monticore.interpreter.Valueinterpret(ASTLongLiteral node)de.monticore.interpreter.Valueinterpret(ASTMCJavaLiteralsNode node)-
Methods inherited from interface de.monticore.mcbasics._visitor.IMCBasicsInterpreter
interpret
-
Methods inherited from interface de.monticore.literals.mccommonliterals._visitor.IMCCommonLiteralsInterpreter
interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret, interpret
-
Methods inherited from interface de.monticore.literals.mcliteralsbasis._visitor.IMCLiteralsBasisInterpreter
interpret, interpret
-
-
-
-
Method Detail
-
interpret
de.monticore.interpreter.Value interpret(ASTIntLiteral node)
-
interpret
de.monticore.interpreter.Value interpret(ASTLongLiteral node)
-
interpret
de.monticore.interpreter.Value interpret(ASTFloatLiteral node)
-
interpret
de.monticore.interpreter.Value interpret(ASTDoubleLiteral node)
-
interpret
de.monticore.interpreter.Value interpret(ASTMCJavaLiteralsNode node)
-
-