|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.ImportDeclarationElementInfo
public class ImportDeclarationElementInfo
Element info for IImportDeclaration elements.
IImportDeclaration| Field Summary | |
|---|---|
protected int |
flags
The modifiers associated with this member. |
protected int |
nameEnd
The last position of this import declaration's name in the its openable's buffer. |
protected int |
nameStart
The start position of this import declaration's name in the its openable's buffer. |
protected int |
sourceRangeEnd
|
protected int |
sourceRangeStart
|
| Constructor Summary | |
|---|---|
ImportDeclarationElementInfo()
|
|
| Method Summary | |
|---|---|
int |
getDeclarationSourceEnd()
|
int |
getDeclarationSourceStart()
|
int |
getModifiers()
|
protected ISourceRange |
getNameRange()
|
int |
getNameSourceEnd()
|
int |
getNameSourceStart()
|
protected ISourceRange |
getSourceRange()
|
protected void |
setFlags(int flags)
|
protected void |
setNameSourceEnd(int end)
Sets the last position of this import declaration's name, relative to its openable's source buffer. |
protected void |
setNameSourceStart(int start)
Sets the start position of this import declaration's name, relative to its openable's source buffer. |
protected void |
setSourceRangeEnd(int end)
|
protected void |
setSourceRangeStart(int start)
|
| 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.ISourceImport |
|---|
getDeclarationSourceEnd, getDeclarationSourceStart, getModifiers |
| Field Detail |
|---|
protected int nameStart
protected int nameEnd
protected int flags
ClassFileConstantsprotected int sourceRangeStart
protected int sourceRangeEnd
| Constructor Detail |
|---|
public ImportDeclarationElementInfo()
| Method Detail |
|---|
protected void setNameSourceEnd(int end)
protected void setNameSourceStart(int start)
protected ISourceRange getNameRange()
public int getNameSourceEnd()
ISourceType.getNameSourceEnd(),
ISourceMethod.getNameSourceEnd(),
ISourceField.getNameSourceEnd()public int getNameSourceStart()
ISourceType.getNameSourceStart(),
ISourceMethod.getNameSourceStart(),
ISourceField.getNameSourceStart()public int getModifiers()
IGenericType.getModifiers(),
IGenericMethod.getModifiers(),
IGenericField.getModifiers()protected void setFlags(int flags)
public int getDeclarationSourceEnd()
ISourceType.getDeclarationSourceEnd(),
ISourceMethod.getDeclarationSourceEnd(),
ISourceField.getDeclarationSourceEnd()public int getDeclarationSourceStart()
ISourceType.getDeclarationSourceStart(),
ISourceMethod.getDeclarationSourceStart(),
ISourceField.getDeclarationSourceStart()protected ISourceRange getSourceRange()
protected void setSourceRangeEnd(int end)
protected void setSourceRangeStart(int start)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||