Uses of Interface
org.jboss.forge.roaster.model.source.VisibilityScopedSource
Packages that use VisibilityScopedSource
-
Uses of VisibilityScopedSource in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model with type parameters of type VisibilityScopedSourceModifier and TypeMethodDescriptionstatic <T extends VisibilityScopedSource<?>>
TVisibility.set(T target, Visibility scope) -
Uses of VisibilityScopedSource in org.jboss.forge.roaster.model.source
Subinterfaces of VisibilityScopedSource in org.jboss.forge.roaster.model.sourceModifier and TypeInterfaceDescriptionstatic interfaceRepresents the anonymous subclass "body" of anEnumConstantSource.interfaceFieldSource<O extends JavaSource<O>>interfaceRepresents a Java@interfaceannotation source file as an in-memory modifiable element.interfaceRepresents a Javaclasssource file as an in-memory modifiable element.interfaceRepresents a Javaenumsource file as an in-memory modifiable element.interfaceRepresents a Javainterfacesource file as an in-memory modifiable element.interfaceRepresents a Java Package Info descriptor source file.interfaceinterfaceJavaSource<T extends JavaSource<T>>Represents a Java type in source form.interfaceMemberSource<O extends JavaSource<O>,T> Represents aJavaSourcemember.interfaceMethodSource<O extends JavaSource<O>>Represents a Java Method in source form.