Interface MemberSource<O extends JavaSource<O>,T>
- All Superinterfaces:
AnnotationTarget<O>,AnnotationTargetSource<O,,T> FinalCapable,FinalCapableSource<T>,Internal,JavaDocCapable<T>,JavaDocCapableSource<T>,LocationCapable,Member<O>,Named,NamedSource<T>,Origin<O>,StaticCapable,StaticCapableSource<T>,VisibilityScoped,VisibilityScopedSource<T>
- All Known Subinterfaces:
FieldSource<O>,MethodSource<O>
public interface MemberSource<O extends JavaSource<O>,T>
extends Member<O>, AnnotationTargetSource<O,T>, VisibilityScopedSource<T>, NamedSource<T>, JavaDocCapableSource<T>, FinalCapableSource<T>, StaticCapableSource<T>, LocationCapable
- Author:
- Lincoln Baxter, III
-
Method Summary
Methods inherited from interface org.jboss.forge.roaster.model.AnnotationTarget
hasAnnotation, hasAnnotationMethods inherited from interface org.jboss.forge.roaster.model.source.AnnotationTargetSource
addAnnotation, addAnnotation, addAnnotation, getAnnotation, getAnnotation, getAnnotations, removeAllAnnotations, removeAnnotationMethods inherited from interface org.jboss.forge.roaster.model.FinalCapable
isFinalMethods inherited from interface org.jboss.forge.roaster.model.source.FinalCapableSource
setFinalMethods inherited from interface org.jboss.forge.roaster.Internal
getInternalMethods inherited from interface org.jboss.forge.roaster.model.JavaDocCapable
hasJavaDocMethods inherited from interface org.jboss.forge.roaster.model.source.JavaDocCapableSource
getJavaDoc, removeJavaDocMethods inherited from interface org.jboss.forge.roaster.model.source.LocationCapable
getColumnNumber, getEndPosition, getLineNumber, getStartPositionMethods inherited from interface org.jboss.forge.roaster.model.source.NamedSource
setNameMethods inherited from interface org.jboss.forge.roaster.model.StaticCapable
isStaticMethods inherited from interface org.jboss.forge.roaster.model.source.StaticCapableSource
setStaticMethods inherited from interface org.jboss.forge.roaster.model.VisibilityScoped
getVisibility, isPackagePrivate, isPrivate, isProtected, isPublicMethods inherited from interface org.jboss.forge.roaster.model.source.VisibilityScopedSource
setPackagePrivate, setPrivate, setProtected, setPublic, setVisibility