org.jicengine.builder
Class TypeManagerImpl

java.lang.Object
  extended byorg.jicengine.builder.TypeManagerImpl
All Implemented Interfaces:
TypeManager

public class TypeManagerImpl
extends java.lang.Object
implements TypeManager

Author:
.timo

Constructor Summary
TypeManagerImpl(java.util.Map elements)
           
 
Method Summary
 ElementCompiler createCompiler(java.lang.String name, Location location, Type elementType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeManagerImpl

public TypeManagerImpl(java.util.Map elements)
Method Detail

createCompiler

public ElementCompiler createCompiler(java.lang.String name,
                                      Location location,
                                      Type elementType)
                               throws java.lang.Exception
Specified by:
createCompiler in interface TypeManager
Throws:
java.lang.Exception