Uses of Interface
org.jboss.forge.roaster.model.source.VisibilityScopedSource
-
Packages that use VisibilityScopedSource Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of VisibilityScopedSource in org.jboss.forge.roaster.model
Subinterfaces of VisibilityScopedSource in org.jboss.forge.roaster.model Modifier and Type Interface Description interfaceJavaRecord<O extends JavaRecord<O>>Represents a Record class (available as a preview feature in JDK 14).Methods in org.jboss.forge.roaster.model with type parameters of type VisibilityScopedSource Modifier and Type Method Description static <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.source Modifier and Type Interface Description static interfaceEnumConstantSource.BodyRepresents the anonymous subclass "body" of anEnumConstantSource.interfaceFieldSource<O extends JavaSource<O>>interfaceJavaAnnotationSourceRepresents a Java@interfaceannotation source file as an in-memory modifiable element.interfaceJavaClassSourceRepresents a Javaclasssource file as an in-memory modifiable element.interfaceJavaEnumSourceRepresents a Javaenumsource file as an in-memory modifiable element.interfaceJavaInterfaceSourceRepresents a Javainterfacesource file as an in-memory modifiable element.interfaceJavaPackageInfoSourceRepresents a Java Package Info descriptor source file.interfaceJavaRecordSourceinterfaceJavaSource<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.
-