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, writeExternal
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
public NotDescr()
public NotDescr(BaseDescr descr)
public void addDescr(BaseDescr baseDescr)
addDescr
in interface ConditionalElementDescr
public void insertBeforeLast(Class clazz, BaseDescr baseDescr)
insertBeforeLast
in interface ConditionalElementDescr
public List<BaseDescr> getDescrs()
getDescrs
in interface ConditionalElementDescr
public boolean removeDescr(BaseDescr baseDescr)
removeDescr
in interface ConditionalElementDescr
public void addOrMerge(BaseDescr baseDescr)
addOrMerge
in interface ConditionalElementDescr
public void accept(DescrVisitor visitor)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.