interface Converter
Modifier and Type | Field and Description |
---|---|
static Converter |
Identity
For identity conversion (no run-time code needed).
|
static Converter |
WidenReference
For widening conversion (no run-time code needed).
|
static final Converter Identity
static final Converter WidenReference
void codegen(CLEmitter output)
output
- the code emitter (basically an abstraction for producing the
.class file).