|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scope | |
---|---|
org.jboss.errai.codegen.builder.impl | |
org.jboss.errai.codegen.meta.impl.build | |
org.jboss.errai.codegen.util |
Uses of Scope in org.jboss.errai.codegen.builder.impl |
---|
Methods in org.jboss.errai.codegen.builder.impl that return Scope | |
---|---|
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. |
Constructors in org.jboss.errai.codegen.builder.impl with parameters of type Scope | |
---|---|
FieldBuilder(BuildCallback<T> callback,
Scope scope,
MetaClass type,
String name)
|
Uses of Scope in org.jboss.errai.codegen.meta.impl.build |
---|
Methods in org.jboss.errai.codegen.meta.impl.build with parameters of type Scope | |
---|---|
void |
BuildMetaField.setScope(Scope scope)
|
void |
BuildMetaConstructor.setScope(Scope scope)
|
void |
BuildMetaMethod.setScope(Scope scope)
|
void |
BuildMetaClass.setScope(Scope scope)
|
Constructors in org.jboss.errai.codegen.meta.impl.build with parameters of type Scope | |
---|---|
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)
|
Uses of Scope in org.jboss.errai.codegen.util |
---|
Methods in org.jboss.errai.codegen.util that return Scope | |
---|---|
static Scope |
GenUtil.scopeOf(MetaClass clazz)
|
static Scope |
GenUtil.scopeOf(MetaClassMember member)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |