Uses of Class
org.jboss.errai.codegen.framework.ThrowsDeclaration

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

Uses of ThrowsDeclaration in org.jboss.errai.codegen.framework
 

Methods in org.jboss.errai.codegen.framework 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.codegen.framework.builder
 

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

Uses of ThrowsDeclaration in org.jboss.errai.codegen.framework.builder.impl
 

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

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

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

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



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