org.aspectj.org.eclipse.jdt.internal.core
Class SourceAnnotationMethodInfo

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
      extended by org.aspectj.org.eclipse.jdt.internal.core.AnnotatableInfo
          extended by org.aspectj.org.eclipse.jdt.internal.core.SourceMethodElementInfo
              extended by org.aspectj.org.eclipse.jdt.internal.core.SourceMethodInfo
                  extended by org.aspectj.org.eclipse.jdt.internal.core.SourceAnnotationMethodInfo
All Implemented Interfaces:
java.lang.Cloneable, IGenericMethod, ISourceMethod

public class SourceAnnotationMethodInfo
extends SourceMethodInfo


Field Summary
 IMemberValuePair defaultValue
           
 int defaultValueEnd
           
 int defaultValueStart
           
protected  int flags
          The modifiers associated with this member.
protected  int sourceRangeEnd
           
protected  int sourceRangeStart
           
 
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.SourceMethodInfo
returnType
 
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.SourceMethodElementInfo
argumentNames, arguments, exceptionTypes, typeParameters
 
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.AnnotatableInfo
annotations, nameEnd, nameStart
 
Constructor Summary
SourceAnnotationMethodInfo()
           
 
Method Summary
 int getDeclarationSourceEnd()
           
 int getDeclarationSourceStart()
           
 int getModifiers()
           
protected  ISourceRange getSourceRange()
           
 boolean isAnnotationMethod()
           
protected  void setFlags(int flags)
           
protected  void setSourceRangeEnd(int end)
           
protected  void setSourceRangeStart(int start)
           
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.SourceMethodInfo
getReturnTypeName, isConstructor, setReturnType
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.SourceMethodElementInfo
getArgumentNames, getExceptionTypeNames, getTypeParameterBounds, getTypeParameterNames, setArgumentNames, setExceptionTypeNames
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.AnnotatableInfo
getNameRange, getNameSourceEnd, getNameSourceStart, setNameSourceEnd, setNameSourceStart
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
clone, getChildren
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.env.ISourceMethod
getDeclarationSourceEnd, getDeclarationSourceStart, getNameSourceEnd, getNameSourceStart
 
Methods inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.env.IGenericMethod
getModifiers
 

Field Detail

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
Constructor Detail

SourceAnnotationMethodInfo

public SourceAnnotationMethodInfo()
Method Detail

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)