public class ExistsDescr extends AnnotatedBaseDescr implements ConditionalElementDescr
Constructor and Description |
---|
ExistsDescr() |
ExistsDescr(BaseDescr baseDescr) |
Modifier and Type | Method and Description |
---|---|
void |
accept(DescrVisitor visitor) |
void |
addDescr(BaseDescr baseDescr) |
void |
addOrMerge(BaseDescr baseDescr) |
List |
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, isNegated, negate, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
public ExistsDescr()
public ExistsDescr(BaseDescr baseDescr)
public void addDescr(BaseDescr baseDescr)
addDescr
in interface ConditionalElementDescr
public void insertBeforeLast(Class clazz, BaseDescr baseDescr)
insertBeforeLast
in interface ConditionalElementDescr
public List 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–2020 JBoss by Red Hat. All rights reserved.