Uses of Class
org.openrdf.repository.object.exceptions.ObjectCompositionException

Packages that use ObjectCompositionException
org.openrdf.repository.object.composition   
 

Uses of ObjectCompositionException in org.openrdf.repository.object.composition
 

Methods in org.openrdf.repository.object.composition that throw ObjectCompositionException
 void ClassTemplate.addConstructor(Class<?>[] types, String string)
           
 void ClassTemplate.addInterface(Class<?> face)
           
 CodeBuilder ClassTemplate.assignStaticField(Class<?> type, String fieldName)
           
 MethodBuilder ClassTemplate.copyMethod(Method method, String name, boolean bridge)
           
 Class<?> ClassFactory.createClass(ClassTemplate template)
          Create the new Java Class from this template.
 void ClassTemplate.createField(Class<?> type, String fieldName)
           
 MethodBuilder ClassTemplate.createMethod(Class<?> type, String name, Class<?>... parameters)
           
 MethodBuilder ClassTemplate.createPrivateMethod(Class<?> type, String name, Class<?>... parameters)
           
 MethodBuilder ClassTemplate.createTransientMethod(Method method)
           
 Class<?>[] ClassTemplate.getInterfaces()
           
 MethodBuilder ClassTemplate.overrideMethod(Method method, boolean bridge)
           
 



Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.