Class AbstractJavaTypeConverter
java.lang.Object
de.monticore.codegen.javagen.typeconverter.AbstractJavaTypeConverter
- All Implemented Interfaces:
ICodeGenSymTypeExpressionConversionHandler
- Direct Known Subclasses:
JavaBooleanConversionHandler,JavaFunctionConversionHandler,JavaNumericConversionHandler,JavaObjectConversionHandler,JavaStringConversionHandler,JavaTupleConversionHandler
public abstract class AbstractJavaTypeConverter
extends Object
implements ICodeGenSymTypeExpressionConversionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprintJavaCasted(de.monticore.prettyprint.IndentPrinter printer, SymTypeExpression javaTargetType, CodeGenPrintAction exprPrintAction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.monticore.codegen.ICodeGenSymTypeExpressionConversionHandler
tryPrintConverted
-
Constructor Details
-
AbstractJavaTypeConverter
public AbstractJavaTypeConverter()
-
-
Method Details
-
printJavaCasted
protected void printJavaCasted(de.monticore.prettyprint.IndentPrinter printer, SymTypeExpression javaTargetType, CodeGenPrintAction exprPrintAction)
-