Uses of Class
org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl.Scope

Packages that use Scope
org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl   
org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build   
 

Uses of Scope in org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl
 

Methods in org.jboss.errai.ioc.rebind.ioc.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.ioc.rebind.ioc.codegen.builder.impl with parameters of type Scope
FieldBuilder(BuildCallback<T> callback, Scope scope)
           
FieldBuilder(BuildCallback<T> callback, Scope scope, MetaClass type, String name)
           
 

Uses of Scope in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build with parameters of type Scope
 void BuildMetaMethod.setScope(Scope scope)
           
 void BuildMetaField.setScope(Scope scope)
           
 void BuildMetaConstructor.setScope(Scope scope)
           
 void BuildMetaClass.setScope(Scope scope)
           
 

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



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