Package jminusminus
Interface Converter
- All Known Implementing Classes:
- Boxing,- I2C,- Identity,- NarrowReference,- UnBoxing
interface Converter
A Converter encapsulates any (possibly none) code necessary to perform a cast operation.
- 
Field Details- 
IdentityFor identity conversion (no run-time code needed).
- 
WidenReferenceFor widening conversion (no run-time code needed).
 
- 
- 
Method Details- 
codegenEmits code necessary to convert (cast) a source type to a target type.- Parameters:
- output- the code emitter.
 
 
-