|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThrowsDeclaration | |
---|---|
org.jboss.errai.codegen | |
org.jboss.errai.codegen.builder | |
org.jboss.errai.codegen.builder.impl | |
org.jboss.errai.codegen.meta.impl.build |
Uses of ThrowsDeclaration in org.jboss.errai.codegen |
---|
Methods in org.jboss.errai.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.codegen.builder |
---|
Methods in org.jboss.errai.codegen.builder with parameters of type ThrowsDeclaration | |
---|---|
T |
MethodBuildCallback.callback(BlockStatement statement,
DefParameters parms,
DefModifiers modifiers,
ThrowsDeclaration throwsDeclaration,
List<Annotation> annotations,
String comment)
|
Uses of ThrowsDeclaration in org.jboss.errai.codegen.builder.impl |
---|
Fields in org.jboss.errai.codegen.builder.impl declared as ThrowsDeclaration | |
---|---|
protected ThrowsDeclaration |
MethodBuilderAbstractOption.throwsDeclaration
|
protected ThrowsDeclaration |
MethodBlockBuilderImpl.throwsDeclaration
|
Uses of ThrowsDeclaration in org.jboss.errai.codegen.meta.impl.build |
---|
Methods in org.jboss.errai.codegen.meta.impl.build with parameters of type ThrowsDeclaration | |
---|---|
void |
BuildMetaMethod.setThrowsDeclaration(ThrowsDeclaration throwsDeclaration)
|
Constructors in org.jboss.errai.codegen.meta.impl.build with parameters of type ThrowsDeclaration | |
---|---|
BuildMetaMethod(BuildMetaClass declaringClass,
BlockStatement body,
Scope scope,
DefModifiers modifiers,
String name,
MetaClass returnType,
DefParameters defParameters,
ThrowsDeclaration throwsDeclaration)
|
|
ShadowBuildMetaMethod(BuildMetaClass declaringClass,
BlockStatement body,
Scope scope,
DefModifiers modifiers,
String name,
MetaClass returnType,
DefParameters defParameters,
ThrowsDeclaration throwsDeclaration,
MetaMethod shadow)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |