org.aspectj.org.eclipse.jdt.internal.core
Class SourceAnnotationMethodInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.AnnotatableInfo
org.aspectj.org.eclipse.jdt.internal.core.SourceMethodElementInfo
org.aspectj.org.eclipse.jdt.internal.core.SourceMethodInfo
org.aspectj.org.eclipse.jdt.internal.core.SourceAnnotationMethodInfo
- All Implemented Interfaces:
- java.lang.Cloneable, IGenericMethod, ISourceMethod
public class SourceAnnotationMethodInfo
- extends SourceMethodInfo
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultValueStart
public int defaultValueStart
defaultValueEnd
public int defaultValueEnd
defaultValue
public IMemberValuePair defaultValue
flags
protected int flags
- The modifiers associated with this member.
- See Also:
ClassFileConstants
sourceRangeStart
protected int sourceRangeStart
sourceRangeEnd
protected int sourceRangeEnd
SourceAnnotationMethodInfo
public SourceAnnotationMethodInfo()
isAnnotationMethod
public boolean isAnnotationMethod()
- Overrides:
isAnnotationMethod in class SourceMethodInfo
getModifiers
public int getModifiers()
- See Also:
IGenericType.getModifiers(),
IGenericMethod.getModifiers(),
IGenericField.getModifiers()
setFlags
protected void setFlags(int flags)
getDeclarationSourceEnd
public int getDeclarationSourceEnd()
- See Also:
ISourceType.getDeclarationSourceEnd(),
ISourceMethod.getDeclarationSourceEnd(),
ISourceField.getDeclarationSourceEnd()
getDeclarationSourceStart
public int getDeclarationSourceStart()
- See Also:
ISourceType.getDeclarationSourceStart(),
ISourceMethod.getDeclarationSourceStart(),
ISourceField.getDeclarationSourceStart()
getSourceRange
protected ISourceRange getSourceRange()
setSourceRangeEnd
protected void setSourceRangeEnd(int end)
setSourceRangeStart
protected void setSourceRangeStart(int start)