org.eclipse.xtend.backend.internal
Class CreationCacheImpl

java.lang.Object
  extended by org.eclipse.xtend.backend.internal.CreationCacheImpl
All Implemented Interfaces:
CreationCache

public final class CreationCacheImpl
extends java.lang.Object
implements CreationCache

Author:
Arno Haase (http://www.haase-consulting.com)

Constructor Summary
CreationCacheImpl()
           
 
Method Summary
 java.lang.Object createRaw(BackendType t, java.util.List<java.lang.Object> idParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreationCacheImpl

public CreationCacheImpl()
Method Detail

createRaw

public java.lang.Object createRaw(BackendType t,
                                  java.util.List<java.lang.Object> idParams)
Specified by:
createRaw in interface CreationCache