Package org.jboss.forge.roaster.model
Interface Member<O extends JavaType<O>>
- All Superinterfaces:
AnnotationTarget<O>,FinalCapable,Internal,Named,Origin<O>,StaticCapable,VisibilityScoped
- All Known Subinterfaces:
Field<O>,FieldSource<O>,MemberSource<O,,T> Method<O,,T> MethodSource<O>
public interface Member<O extends JavaType<O>>
extends VisibilityScoped, AnnotationTarget<O>, Named, FinalCapable, StaticCapable
- Author:
- Lincoln Baxter, III
-
Method Summary
Methods inherited from interface org.jboss.forge.roaster.model.AnnotationTarget
getAnnotation, getAnnotation, getAnnotations, hasAnnotation, hasAnnotationMethods inherited from interface org.jboss.forge.roaster.model.FinalCapable
isFinalMethods inherited from interface org.jboss.forge.roaster.Internal
getInternalMethods inherited from interface org.jboss.forge.roaster.model.StaticCapable
isStaticMethods inherited from interface org.jboss.forge.roaster.model.VisibilityScoped
getVisibility, isPackagePrivate, isPrivate, isProtected, isPublic