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:
Cloneable, IElementInfo, IGenericMethod, ISourceMethod
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintprotected intThe modifiers associated with this member.protected intprotected intFields inherited from class SourceMethodInfo
returnTypeFields inherited from class SourceMethodElementInfo
argumentNames, arguments, exceptionTypes, isCanonicalConstructor, typeParametersFields inherited from class AnnotatableInfo
annotations, nameEnd, nameStart -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintprotected ISourceRangebooleanprotected voidsetFlags(int flags) protected voidsetSourceRangeEnd(int end) protected voidsetSourceRangeStart(int start) Methods inherited from class SourceMethodInfo
getReturnTypeName, isConstructor, setReturnTypeMethods inherited from class SourceMethodElementInfo
getArgumentNames, getExceptionTypeNames, getExtendedChildren, getTypeParameterBounds, getTypeParameterNames, isCanonicalConstructor, setArgumentNames, setExceptionTypeNamesMethods inherited from class AnnotatableInfo
getNameRange, getNameSourceEnd, getNameSourceStart, setNameSourceEnd, setNameSourceStartMethods inherited from class JavaElementInfo
clone, getChildrenMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IGenericMethod
getModifiersMethods inherited from interface ISourceMethod
getDeclarationSourceEnd, getDeclarationSourceStart, getNameSourceEnd, getNameSourceStart
-
Field Details
-
defaultValueStart
public int defaultValueStart -
defaultValueEnd
public int defaultValueEnd -
defaultValue
-
flags
protected int flagsThe modifiers associated with this member.- See Also:
-
sourceRangeStart
protected int sourceRangeStart -
sourceRangeEnd
protected int sourceRangeEnd
-
-
Constructor Details
-
SourceAnnotationMethodInfo
public SourceAnnotationMethodInfo()
-
-
Method Details
-
isAnnotationMethod
public boolean isAnnotationMethod()- Overrides:
isAnnotationMethodin classSourceMethodInfo
-
getModifiers
public int getModifiers()- See Also:
-
setFlags
protected void setFlags(int flags) -
getDeclarationSourceEnd
public int getDeclarationSourceEnd()- See Also:
-
getDeclarationSourceStart
public int getDeclarationSourceStart()- See Also:
-
getSourceRange
-
setSourceRangeEnd
protected void setSourceRangeEnd(int end) -
setSourceRangeStart
protected void setSourceRangeStart(int start)
-