public class AndDescr extends AnnotatedBaseDescr implements ConditionalElementDescr
Annotated.ClassAdapter| Constructor and Description |
|---|
AndDescr() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescr(BaseDescr baseDescr) |
void |
addOrMerge(BaseDescr baseDescr) |
List<BaseDescr> |
getDescrs() |
void |
insertBeforeLast(Class<?> clazz,
BaseDescr baseDescr) |
void |
insertDescr(int index,
BaseDescr baseDescr) |
boolean |
removeDescr(BaseDescr baseDescr) |
String |
toString() |
addAnnotation, addAnnotation, addAnnotation, addQualifiedAnnotation, getAnnotation, getAnnotation, getAnnotationNames, getAnnotations, getTypedAnnotation, hasAnnotation, indexByFQN, readExternal, writeExternalcopyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setTextpublic void addDescr(BaseDescr baseDescr)
addDescr in interface ConditionalElementDescrpublic void insertDescr(int index,
BaseDescr baseDescr)
public void insertBeforeLast(Class<?> clazz, BaseDescr baseDescr)
insertBeforeLast in interface ConditionalElementDescrpublic List<BaseDescr> getDescrs()
getDescrs in interface ConditionalElementDescrpublic void addOrMerge(BaseDescr baseDescr)
addOrMerge in interface ConditionalElementDescrpublic boolean removeDescr(BaseDescr baseDescr)
removeDescr in interface ConditionalElementDescrCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.