Uses of Class
com.lexicalscope.fluentreflection.Visibility

Packages that use Visibility
com.lexicalscope.fluentreflection Library for java reflection in a fluent style. 
 

Uses of Visibility in com.lexicalscope.fluentreflection
 

Methods in com.lexicalscope.fluentreflection that return Visibility
static Visibility Visibility.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Visibility[] Visibility.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 Visibility FluentMember.visibility()
          the visibility of the member
 

Methods in com.lexicalscope.fluentreflection with parameters of type Visibility
static ReflectionMatcher<FluentMember> ReflectionMatchers.hasVisibility(Visibility visibility)
           
 



Copyright © 2011-2012 lexicalscope. All Rights Reserved.