- All Implemented Interfaces:
Converter
An int to char converter.
-
-
Constructor Summary
Constructors
-
Method Summary
void
Emits code necessary to convert (cast) a source type to a target type.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
codegen
Emits code necessary to convert (cast) a source type to a target type.
- Specified by:
codegen
in interface Converter
- Parameters:
output
- the code emitter.