Uses of Class
aQute.bnd.compatibility.Access

Packages that use Access
aQute.bnd.compatibility   
 

Uses of Access in aQute.bnd.compatibility
 

Methods in aQute.bnd.compatibility that return Access
static Access Access.modifier(int mod)
           
static Access Access.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Access[] Access.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in aQute.bnd.compatibility with parameters of type Access
 void Scope.setAccess(Access access)
           
 

Method parameters in aQute.bnd.compatibility with type arguments of type Access
 void Scope.prune(EnumSet<Access> level)
           
 

Constructors in aQute.bnd.compatibility with parameters of type Access
Scope(Access access, Kind kind, String name)
           
 



Copyright © 2012 aQute SARL. All Rights Reserved.