Uses of Enum Class
org.jboss.forge.roaster.model.Visibility
Packages that use Visibility
-
Uses of Visibility in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return VisibilityModifier and TypeMethodDescriptionstatic VisibilityVisibility.getFrom(VisibilityScoped target) VisibilityScoped.getVisibility()static VisibilityReturns the enum constant of this class with the specified name.static Visibility[]Visibility.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.forge.roaster.model with parameters of type VisibilityModifier and TypeMethodDescriptionstatic <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