org.eclipse.jdt.internal.core
Class SourceAnnotationMethodInfo
java.lang.Object
org.eclipse.jdt.internal.core.JavaElementInfo
org.eclipse.jdt.internal.core.AnnotatableInfo
org.eclipse.jdt.internal.core.SourceMethodElementInfo
org.eclipse.jdt.internal.core.SourceMethodInfo
org.eclipse.jdt.internal.core.SourceAnnotationMethodInfo
- All Implemented Interfaces:
- IGenericMethod, ISourceMethod
public class SourceAnnotationMethodInfo
- extends SourceMethodInfo
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultValueStart
public int defaultValueStart
defaultValueEnd
public int defaultValueEnd
defaultValue
public IMemberValuePair defaultValue
SourceAnnotationMethodInfo
public SourceAnnotationMethodInfo()
isAnnotationMethod
public boolean isAnnotationMethod()
- Overrides:
isAnnotationMethod in class SourceMethodInfo
getModifiers
public int getModifiers()
- See Also:
IGenericType.getModifiers(),
IGenericMethod.getModifiers(),
IGenericField.getModifiers()
getNameSourceEnd
public int getNameSourceEnd()
- See Also:
ISourceType.getNameSourceEnd(),
ISourceMethod.getNameSourceEnd(),
ISourceField.getNameSourceEnd()
getNameSourceStart
public int getNameSourceStart()
- See Also:
ISourceType.getNameSourceStart(),
ISourceMethod.getNameSourceStart(),
ISourceField.getNameSourceStart()
getDeclarationSourceEnd
public int getDeclarationSourceEnd()
- See Also:
ISourceType.getDeclarationSourceEnd(),
ISourceMethod.getDeclarationSourceEnd(),
ISourceField.getDeclarationSourceEnd()
getDeclarationSourceStart
public int getDeclarationSourceStart()
- See Also:
ISourceType.getDeclarationSourceStart(),
ISourceMethod.getDeclarationSourceStart(),
ISourceField.getDeclarationSourceStart()