Package org.eclipse.xtend.backend.functions.java.internal

Interface Summary
JavaBuiltinConverter This interface serves as an abstraction to convert types supported by Java but not directly supported by the backend - such as Integer or Float - to backend types and vice versa.
 

Class Summary
ArrayConverter  
ByteConverter  
CharConverter  
EfficientLazyStringConverter This class is provided to allow Java methods to deal with EfficientLazyString without the performance penalty of conversion to String and without forcing them to deal with conversion and special cases.
FloatConverter  
IntConverter  
JavaBuiltinConverterFactory  
NullConverter This is a "Null Object" implementation that performs no conversion whatsoever
ParameterConverter This class serves as an abstraction to convert between the internal, canonical representation of the instances of a type, and a variation thereof needed by a specific operation (specifically, a Java implementation).
ShortConverter  
StringBufferConverter This class is necessary because any CharSequence is a valid backend representation of a String.
StringBuilderConverter This class is necessary because any CharSequence is a valid backend representation of a String.
StringConverter This class is necessary because any CharSequence is a valid backend representation of a String.