Klasse ImportDeclarationElementInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
org.aspectj.org.eclipse.jdt.internal.core.ImportDeclarationElementInfo
- Alle implementierten Schnittstellen:
Cloneable,ISourceImport
Element info for IImportDeclaration elements.
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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 -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintintintprotected 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) Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
clone, getChildren, getExtendedChildrenVon Klasse geerbte Methoden java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.internal.compiler.env.ISourceImport
getDeclarationSourceEnd, getDeclarationSourceStart, getModifiers
-
Felddetails
-
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.- Siehe auch:
-
sourceRangeStart
protected int sourceRangeStart -
sourceRangeEnd
protected int sourceRangeEnd
-
-
Konstruktordetails
-
ImportDeclarationElementInfo
public ImportDeclarationElementInfo()
-
-
Methodendetails
-
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()- Siehe auch:
-
getNameSourceStart
public int getNameSourceStart()- Siehe auch:
-
getModifiers
public int getModifiers()- Siehe auch:
-
setFlags
protected void setFlags(int flags) -
getDeclarationSourceEnd
public int getDeclarationSourceEnd()- Siehe auch:
-
getDeclarationSourceStart
public int getDeclarationSourceStart()- Siehe auch:
-
getSourceRange
-
setSourceRangeEnd
protected void setSourceRangeEnd(int end) -
setSourceRangeStart
protected void setSourceRangeStart(int start)
-