Package | Description |
---|---|
org.jboss.errai.codegen | |
org.jboss.errai.codegen.builder | |
org.jboss.errai.codegen.builder.impl | |
org.jboss.errai.codegen.meta.impl.build |
Modifier and Type | Method and Description |
---|---|
static ThrowsDeclaration |
ThrowsDeclaration.none() |
static ThrowsDeclaration |
ThrowsDeclaration.of(Class<? extends Throwable>... exceptionTypes) |
static ThrowsDeclaration |
ThrowsDeclaration.of(MetaClass... exceptionTypes) |
Modifier and Type | Method and Description |
---|---|
T |
MethodBuildCallback.callback(BlockStatement statement,
DefParameters parms,
DefModifiers modifiers,
ThrowsDeclaration throwsDeclaration,
List<Annotation> annotations,
String comment) |
Modifier and Type | Field and Description |
---|---|
protected ThrowsDeclaration |
MethodBuilderAbstractOption.throwsDeclaration |
protected ThrowsDeclaration |
MethodBlockBuilderImpl.throwsDeclaration |
Modifier and Type | Method and Description |
---|---|
void |
BuildMetaMethod.setThrowsDeclaration(ThrowsDeclaration throwsDeclaration) |
Constructor and Description |
---|
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) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.