Package | Description |
---|---|
org.jboss.errai.codegen.builder.impl | |
org.jboss.errai.codegen.meta.impl.build | |
org.jboss.errai.codegen.util |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FieldBuilder(BuildCallback<T> callback,
Scope scope,
MetaClass type,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
BuildMetaConstructor.setScope(Scope scope) |
void |
BuildMetaField.setScope(Scope scope) |
void |
BuildMetaMethod.setScope(Scope scope) |
void |
BuildMetaClass.setScope(Scope scope) |
Constructor and Description |
---|
BuildMetaConstructor(BuildMetaClass declaringClass,
Statement body,
Scope scope,
DefParameters defParameters) |
BuildMetaField(BuildMetaClass declaringClass,
Statement statement,
Scope scope,
MetaClass type,
String name) |
BuildMetaMethod(BuildMetaClass declaringClass,
BlockStatement body,
Scope scope,
DefModifiers modifiers,
String name,
MetaClass returnType,
DefParameters defParameters,
ThrowsDeclaration throwsDeclaration) |
ShadowBuildMetaField(BuildMetaClass declaringClass,
Statement statement,
Scope scope,
MetaClass type,
String name,
MetaField shadow) |
ShadowBuildMetaMethod(BuildMetaClass declaringClass,
BlockStatement body,
Scope scope,
DefModifiers modifiers,
String name,
MetaClass returnType,
DefParameters defParameters,
ThrowsDeclaration throwsDeclaration,
MetaMethod shadow) |
Modifier and Type | Method and Description |
---|---|
static Scope |
GenUtil.scopeOf(MetaClass clazz) |
static Scope |
GenUtil.scopeOf(MetaClassMember member) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.