public class OrDescr extends AnnotatedBaseDescr implements ConditionalElementDescr
Annotated.ClassAdapter
Constructor and Description |
---|
OrDescr() |
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, writeExternal
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
public void insertBeforeLast(Class<?> clazz, BaseDescr baseDescr)
insertBeforeLast
in interface ConditionalElementDescr
public void insertDescr(int index, BaseDescr baseDescr)
public void addDescr(BaseDescr baseDescr)
addDescr
in interface ConditionalElementDescr
public List<BaseDescr> getDescrs()
getDescrs
in interface ConditionalElementDescr
public void addOrMerge(BaseDescr baseDescr)
addOrMerge
in interface ConditionalElementDescr
public boolean removeDescr(BaseDescr baseDescr)
removeDescr
in interface ConditionalElementDescr
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.