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, hasAnnotation
-
Methods inherited from interface org.jboss.forge.roaster.model.FinalCapable
isFinal
-
Methods inherited from interface org.jboss.forge.roaster.Internal
getInternal
-
Methods inherited from interface org.jboss.forge.roaster.model.StaticCapable
isStatic
-
Methods inherited from interface org.jboss.forge.roaster.model.VisibilityScoped
getVisibility, isPackagePrivate, isPrivate, isProtected, isPublic
-
-