public class NotDescr extends AnnotatedBaseDescr implements ConditionalElementDescr
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DescrVisitor visitor) |
void |
addDescr(BaseDescr baseDescr) |
void |
addOrMerge(BaseDescr baseDescr) |
List<BaseDescr> |
getDescrs() |
void |
insertBeforeLast(Class clazz,
BaseDescr baseDescr) |
boolean |
removeDescr(BaseDescr baseDescr) |
addAnnotation, addAnnotation, addAnnotation, addQualifiedAnnotation, getAnnotation, getAnnotation, getAnnotationNames, getAnnotations, getTypedAnnotation, hasAnnotation, indexByFQN, readExternal, writeExternalcopyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setTextpublic NotDescr()
public NotDescr(BaseDescr descr)
public void addDescr(BaseDescr baseDescr)
addDescr in interface ConditionalElementDescrpublic void insertBeforeLast(Class clazz, BaseDescr baseDescr)
insertBeforeLast in interface ConditionalElementDescrpublic List<BaseDescr> getDescrs()
getDescrs in interface ConditionalElementDescrpublic boolean removeDescr(BaseDescr baseDescr)
removeDescr in interface ConditionalElementDescrpublic void addOrMerge(BaseDescr baseDescr)
addOrMerge in interface ConditionalElementDescrpublic void accept(DescrVisitor visitor)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.