Class ImportDeclarationElementInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.ImportDeclarationElementInfo
- All Implemented Interfaces:
Cloneable,IElementInfo,ISourceImport
Element info for IImportDeclaration elements.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intThe modifiers associated with this member.protected intThe last position of this import declaration's name in the its openable's buffer.protected intThe start position of this import declaration's name in the its openable's buffer.protected intprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintprotected ISourceRangeintintprotected ISourceRangeprotected voidsetFlags(int flags) protected voidsetNameSourceEnd(int end) Sets the last position of this import declaration's name, relative to its openable's source buffer.protected voidsetNameSourceStart(int start) Sets the start position of this import declaration's name, relative to its openable's source buffer.protected voidsetSourceRangeEnd(int end) protected voidsetSourceRangeStart(int start) Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
clone, getChildren, getExtendedChildrenMethods 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.ISourceImport
getDeclarationSourceEnd, getDeclarationSourceStart, getModifiers
-
Field Details
-
nameStart
protected int nameStartThe start position of this import declaration's name in the its openable's buffer. -
nameEnd
protected int nameEndThe last position of this import declaration's name in the its openable's buffer. -
flags
protected int flagsThe modifiers associated with this member.- See Also:
-
sourceRangeStart
protected int sourceRangeStart -
sourceRangeEnd
protected int sourceRangeEnd
-
-
Constructor Details
-
ImportDeclarationElementInfo
public ImportDeclarationElementInfo()
-
-
Method Details
-
setNameSourceEnd
protected void setNameSourceEnd(int end) Sets the last position of this import declaration's name, relative to its openable's source buffer. -
setNameSourceStart
protected void setNameSourceStart(int start) Sets the start position of this import declaration's name, relative to its openable's source buffer. -
getNameRange
-
getNameSourceEnd
public int getNameSourceEnd()- See Also:
-
getNameSourceStart
public int getNameSourceStart()- See Also:
-
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)
-