Package org.eclipse.xtend.backend.types.builtin

Class Summary
BooleanType  
BuiltInOperation  
BuiltinProperty  
CollectionType  
DoubleType  
FunctionType  
ListType  
LongType  
MapType  
ObjectType  
PropertyType  
SetType  
StaticPropertyType  
StringType The canonical, internal representation of a string object is "anything that implements CharSequence", i.e.
TypeType This class represents the type of a type.
VoidType This type receives special treatment because it is the only type that can not be determined based on the Java class of an object.