Package de.monticore.codegen
Interface ICodeGenOperationHandler
- All Known Implementing Classes:
JavaAssignmentOperationHandler,JavaEqualityOperationHandler,JavaNumericOperationHandler,JavaStringConcatenationOperationHandler
public interface ICodeGenOperationHandler
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleantryPrint(ICodeGenOperationHandler.BinaryOperator operator, de.monticore.prettyprint.IndentPrinter printer, SymTypeExpression resultType, SymTypeExpression leftType, SymTypeExpression rightType, CodeGenPrintAction leftExprPrintAction, CodeGenPrintAction rightExprPrintAction)
-
Method Details
-
tryPrint
boolean tryPrint(ICodeGenOperationHandler.BinaryOperator operator, de.monticore.prettyprint.IndentPrinter printer, SymTypeExpression resultType, SymTypeExpression leftType, SymTypeExpression rightType, CodeGenPrintAction leftExprPrintAction, CodeGenPrintAction rightExprPrintAction)
-