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,IGenericMethod,ISourceMethod
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintprotected intThe modifiers associated with this member.protected intprotected intFields inherited from class org.aspectj.org.eclipse.jdt.internal.core.SourceMethodInfo
returnTypeFields inherited from class org.aspectj.org.eclipse.jdt.internal.core.SourceMethodElementInfo
argumentNames, arguments, exceptionTypes, isCanonicalConstructor, typeParametersFields inherited from class org.aspectj.org.eclipse.jdt.internal.core.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 org.aspectj.org.eclipse.jdt.internal.core.SourceMethodInfo
getReturnTypeName, isConstructor, setReturnTypeMethods inherited from class org.aspectj.org.eclipse.jdt.internal.core.SourceMethodElementInfo
getArgumentNames, getExceptionTypeNames, getTypeParameterBounds, getTypeParameterNames, isCanonicalConstructor, setArgumentNames, setExceptionTypeNamesMethods inherited from class org.aspectj.org.eclipse.jdt.internal.core.AnnotatableInfo
getNameRange, getNameSourceEnd, getNameSourceStart, setNameSourceEnd, setNameSourceStartMethods inherited from class org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
clone, getChildrenMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.env.IGenericMethod
getModifiersMethods inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.env.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:
ClassFileConstants
-
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() -
setFlags
protected void setFlags(int flags) -
getDeclarationSourceEnd
public int getDeclarationSourceEnd() -
getDeclarationSourceStart
public int getDeclarationSourceStart() -
getSourceRange
-
setSourceRangeEnd
protected void setSourceRangeEnd(int end) -
setSourceRangeStart
protected void setSourceRangeStart(int start)
-