Uses of Interface
org.jboss.forge.roaster.model.JavaDocCapable
Packages that use JavaDocCapable
-
Uses of JavaDocCapable in org.jboss.forge.roaster.model
Subinterfaces of JavaDocCapable in org.jboss.forge.roaster.modelModifier and TypeInterfaceDescriptionstatic interfaceEnumConstant.ReadBody<O extends EnumConstant.ReadBody<O>>Represents the anonymous subclass "body" of aEnumConstant.interfaceJavaAnnotation<O extends JavaAnnotation<O>>Represents a Java@interfaceannotation type.interfaceRepresents a Javaclasstype.interfaceRepresents a Javaenumtype.interfaceJavaInterface<O extends JavaInterface<O>>Represents a Javainterfacetype.interfaceJavaPackageInfo<O extends JavaPackageInfo<O>>Represents a Java Package Info descriptor.interfaceJavaRecord<O extends JavaRecord<O>>Represents a Record class (available as a preview feature in JDK 14).interfaceRepresents a Java type. -
Uses of JavaDocCapable in org.jboss.forge.roaster.model.source
Subinterfaces of JavaDocCapable in org.jboss.forge.roaster.model.sourceModifier and TypeInterfaceDescriptioninterfaceRepresents an element definition of aJavaAnnotationSource.interfaceRepresents one of the constant members of aJavaEnumSource.static 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 aJavaSourceelement that can holdJavaDocinterfaceRepresents 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.