Modifier and Type | Field and Description |
---|---|
pack-priv String | fAnnotation
Textual representation of annotation. |
pack-priv int | fCharOffset
Character offset of <annotation> element. |
pack-priv int | fColumn
Column number of <annotation> element. |
pack-priv int | fLine
Line number of <annotation> element. |
pack-priv XSAnnotationInfo | next
Next annotation. |
Access | Constructor and Description |
---|---|
pack-priv | |
pack-priv |
fAnnotation | back to summary |
---|---|
pack-priv String fAnnotation Textual representation of annotation. |
fCharOffset | back to summary |
---|---|
pack-priv int fCharOffset Character offset of <annotation> element. |
fColumn | back to summary |
---|---|
pack-priv int fColumn Column number of <annotation> element. |
fLine | back to summary |
---|---|
pack-priv int fLine Line number of <annotation> element. |
next | back to summary |
---|---|
pack-priv XSAnnotationInfo next Next annotation. |
XSAnnotationInfo | back to summary |
---|---|
pack-priv XSAnnotationInfo(String annotation, int line, int column, int charOffset) |
XSAnnotationInfo | back to summary |
---|---|
pack-priv XSAnnotationInfo(String annotation, Element annotationDecl) |