Uses of Class
org.openrdf.elmo.exceptions.ElmoCompositionException

Packages that use ElmoCompositionException
org.openrdf.elmo.dynacode   
 

Uses of ElmoCompositionException in org.openrdf.elmo.dynacode
 

Methods in org.openrdf.elmo.dynacode that throw ElmoCompositionException
 void ClassTemplate.addConstructor(Class<?>[] types, String string)
           
 void ClassTemplate.addInterface(Class<?> face)
           
 CodeBuilder ClassTemplate.assignStaticField(Class<?> type, String fieldName)
           
 Class<?> ClassFactory.createClass(ClassTemplate template)
          Create the new Java Class from this template.
 void ClassTemplate.createField(Class<?> type, String fieldName)
           
 CodeBuilder ClassTemplate.createMethod(Class<?> type, String name, Class<?>... parameters)
           
 CodeBuilder ClassTemplate.createTransientMethod(Class<?> type, String name, Class<?>... parameters)
           
 Class<?>[] ClassTemplate.getInterfaces()
           
 CodeBuilder ClassTemplate.overrideMethod(Method method)
           
 



Copyright © 2004-2008 Aduna. All Rights Reserved.