|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.core.JavaElementInfo
org.eclipse.jdt.internal.core.AnnotatableInfo
public class AnnotatableInfo
Constructor Summary | |
---|---|
AnnotatableInfo()
|
Method Summary | |
---|---|
int |
getDeclarationSourceEnd()
|
int |
getDeclarationSourceStart()
|
int |
getModifiers()
|
int |
getNameSourceEnd()
|
int |
getNameSourceStart()
|
Methods inherited from class org.eclipse.jdt.internal.core.JavaElementInfo |
---|
addChild, clone, getChildren, removeChild, setChildren |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotatableInfo()
Method Detail |
---|
public int getModifiers()
IGenericType.getModifiers()
,
IGenericMethod.getModifiers()
,
IGenericField.getModifiers()
public int getNameSourceEnd()
ISourceType.getNameSourceEnd()
,
ISourceMethod.getNameSourceEnd()
,
ISourceField.getNameSourceEnd()
public int getNameSourceStart()
ISourceType.getNameSourceStart()
,
ISourceMethod.getNameSourceStart()
,
ISourceField.getNameSourceStart()
public int getDeclarationSourceEnd()
ISourceType.getDeclarationSourceEnd()
,
ISourceMethod.getDeclarationSourceEnd()
,
ISourceField.getDeclarationSourceEnd()
public int getDeclarationSourceStart()
ISourceType.getDeclarationSourceStart()
,
ISourceMethod.getDeclarationSourceStart()
,
ISourceField.getDeclarationSourceStart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |