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, hasAnnotation
-
Methods inherited from interface org.jboss.forge.roaster.model.source.AnnotationTargetSource
addAnnotation, addAnnotation, addAnnotation, getAnnotation, getAnnotation, getAnnotations, removeAllAnnotations, removeAnnotation
-
Methods inherited from interface org.jboss.forge.roaster.model.FinalCapable
isFinal
-
Methods inherited from interface org.jboss.forge.roaster.model.source.FinalCapableSource
setFinal
-
Methods inherited from interface org.jboss.forge.roaster.Internal
getInternal
-
Methods inherited from interface org.jboss.forge.roaster.model.JavaDocCapable
hasJavaDoc
-
Methods inherited from interface org.jboss.forge.roaster.model.source.JavaDocCapableSource
getJavaDoc, removeJavaDoc
-
Methods inherited from interface org.jboss.forge.roaster.model.source.LocationCapable
getColumnNumber, getEndPosition, getLineNumber, getStartPosition
-
Methods inherited from interface org.jboss.forge.roaster.model.source.NamedSource
setName
-
Methods inherited from interface org.jboss.forge.roaster.model.StaticCapable
isStatic
-
Methods inherited from interface org.jboss.forge.roaster.model.source.StaticCapableSource
setStatic
-
Methods inherited from interface org.jboss.forge.roaster.model.VisibilityScoped
getVisibility, isPackagePrivate, isPrivate, isProtected, isPublic
-
Methods inherited from interface org.jboss.forge.roaster.model.source.VisibilityScopedSource
setPackagePrivate, setPrivate, setProtected, setPublic, setVisibility
-
-