Uses of Class
org.jboss.forge.roaster.model.Visibility
-
Packages that use Visibility Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of Visibility in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return Visibility Modifier and Type Method Description static VisibilityVisibility. getFrom(VisibilityScoped target)VisibilityVisibilityScoped. getVisibility()static VisibilityVisibility. 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.Methods in org.jboss.forge.roaster.model with parameters of type Visibility Modifier and Type Method Description static <T extends VisibilityScopedSource<?>>
TVisibility. set(T target, Visibility scope) -
Uses of Visibility in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source with parameters of type Visibility Modifier and Type Method Description TVisibilityScopedSource. setVisibility(Visibility scope)
-