org.aspectj.org.eclipse.jdt.internal.core
Class SourceFieldWithChildrenInfo
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.SourceFieldElementInfo
org.aspectj.org.eclipse.jdt.internal.core.SourceFieldWithChildrenInfo
- All Implemented Interfaces:
- java.lang.Cloneable, IGenericField, ISourceField
public class SourceFieldWithChildrenInfo
- extends SourceFieldElementInfo
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
children
protected IJavaElement[] children
flags
protected int flags
- The modifiers associated with this member.
- See Also:
ClassFileConstants
sourceRangeStart
protected int sourceRangeStart
sourceRangeEnd
protected int sourceRangeEnd
SourceFieldWithChildrenInfo
public SourceFieldWithChildrenInfo(IJavaElement[] children)
getChildren
public IJavaElement[] getChildren()
- Overrides:
getChildren in class JavaElementInfo
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)