Class JavaAssignmentOperationHandler
java.lang.Object
de.monticore.codegen.javagen.operationprinter.JavaAssignmentOperationHandler
- All Implemented Interfaces:
ICodeGenOperationHandler
Handles assignments for any input
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.monticore.codegen.ICodeGenOperationHandler
ICodeGenOperationHandler.BinaryOperator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantryPrint(ICodeGenOperationHandler.BinaryOperator operator, de.monticore.prettyprint.IndentPrinter printer, SymTypeExpression resultType, SymTypeExpression leftType, SymTypeExpression rightType, CodeGenPrintAction leftExprPrintAction, CodeGenPrintAction rightExprPrintAction)
-
Constructor Details
-
JavaAssignmentOperationHandler
public JavaAssignmentOperationHandler()
-
-
Method Details
-
tryPrint
public boolean tryPrint(ICodeGenOperationHandler.BinaryOperator operator, de.monticore.prettyprint.IndentPrinter printer, SymTypeExpression resultType, SymTypeExpression leftType, SymTypeExpression rightType, CodeGenPrintAction leftExprPrintAction, CodeGenPrintAction rightExprPrintAction) - Specified by:
tryPrintin interfaceICodeGenOperationHandler
-