Package org.eclipse.xtend.backend.util

Class Summary
Base64Codec Port of org.eclipse.internal.xpand2.pr.util.BASE64 to the backend
Cache<K,V>  
CollectionHelper  
DoubleKeyCache<K1,K2,V>  
ErrorHandler This class serves as the single handler for dealing with exceptions that prevent continued execution and can not be meaningfully handled locally.
FileHelper Ported from org.eclipse.internal.xpand2.pr.util.FSIO to the backend
GenericFileFilter Configurable FilenameFilter.
IdentityCache<K,V>  
NullWriter This writer ignores all written data.
ObjectWrapper This class was introduced to allow the distinction between a cached "null" value and no stored value without necessitating two lookups.
Pair<T1,T2>  
ReflectionHelper  
ResourceToList This class converts the contents of a resource to a list.
StringHelper This class is a collection of helper functions for string handling.
TripleKeyCache<K1,K2,K3,V>  
Triplet<T1,T2,T3>  
 

Exception Summary
FatalException