Interface VisibilityScopedSource<T>
-
- All Superinterfaces:
VisibilityScoped
- All Known Subinterfaces:
EnumConstantSource.Body,FieldSource<O>,JavaAnnotationSource,JavaClassSource,JavaEnumSource,JavaInterfaceSource,JavaPackageInfoSource,JavaRecord<O>,JavaRecordSource,JavaSource<T>,MemberSource<O,T>,MethodSource<O>
public interface VisibilityScopedSource<T> extends VisibilityScoped
Represents a Java source element that has a certain visibility scope.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TsetPackagePrivate()TsetPrivate()TsetProtected()TsetPublic()TsetVisibility(Visibility scope)-
Methods inherited from interface org.jboss.forge.roaster.model.VisibilityScoped
getVisibility, isPackagePrivate, isPrivate, isProtected, isPublic
-
-