|
||||||||||
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.AnnotationInfo
public class AnnotationInfo
Field Summary | |
---|---|
IMemberValuePair[] |
members
|
int |
nameEnd
|
int |
nameStart
|
Constructor Summary | |
---|---|
AnnotationInfo()
|
Method Summary | |
---|---|
int |
getDeclarationSourceEnd()
|
int |
getDeclarationSourceStart()
|
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 |
Field Detail |
---|
public int nameStart
public int nameEnd
public IMemberValuePair[] members
Constructor Detail |
---|
public AnnotationInfo()
Method Detail |
---|
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 |