Uses of Class
org.jboss.errai.ioc.rebind.ioc.codegen.ThrowsDeclaration

Packages that use ThrowsDeclaration
org.jboss.errai.ioc.rebind.ioc.codegen   
org.jboss.errai.ioc.rebind.ioc.codegen.builder   
org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl   
org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build   
 

Uses of ThrowsDeclaration in org.jboss.errai.ioc.rebind.ioc.codegen
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen that return ThrowsDeclaration
static ThrowsDeclaration ThrowsDeclaration.none()
           
static ThrowsDeclaration ThrowsDeclaration.of(Class<? extends Throwable>... exceptionTypes)
           
static ThrowsDeclaration ThrowsDeclaration.of(MetaClass... exceptionTypes)
           
 

Uses of ThrowsDeclaration in org.jboss.errai.ioc.rebind.ioc.codegen.builder
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.builder with parameters of type ThrowsDeclaration
 T MethodBuildCallback.callback(Statement statement, DefParameters parms, DefModifiers modifiers, ThrowsDeclaration throwsDeclaration)
           
 

Uses of ThrowsDeclaration in org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl
 

Fields in org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl declared as ThrowsDeclaration
protected  ThrowsDeclaration MethodBuilderAbstractOption.throwsDeclaration
           
protected  ThrowsDeclaration MethodBlockBuilderImpl.throwsDeclaration
           
 

Uses of ThrowsDeclaration in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build with parameters of type ThrowsDeclaration
 void BuildMetaMethod.setThrowsDeclaration(ThrowsDeclaration throwsDeclaration)
           
 

Constructors in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build with parameters of type ThrowsDeclaration
BuildMetaMethod(BuildMetaClass declaringClass, Statement body, Scope scope, DefModifiers modifiers, String name, MetaClass returnType, DefParameters defParameters, ThrowsDeclaration throwsDeclaration)
           
 



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.