- All Implemented Interfaces:
- Converter
A narrowing reference converter.
- 
- 
Constructor SummaryConstructors 
Constructs a narrowing reference converter. 
 
 
- 
Method Summary
void
 
Emits code necessary to convert (cast) a source type to a target type. 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
NarrowReferencepublic NarrowReference(Type target) Constructs a narrowing reference converter. 
- Parameters:
- target- the target type.
 
 
- 
Method Details
- 
codegenEmits code necessary to convert (cast) a source type to a target type. 
- Specified by:
- codegenin interface- Converter
- Parameters:
- output- the code emitter.