public class AndDescr extends AnnotatedBaseDescr implements ConditionalElementDescr
Constructor and Description |
---|
AndDescr() |
Modifier and Type | Method and Description |
---|---|
void |
accept(DescrVisitor visitor) |
void |
addDescr(BaseDescr baseDescr) |
void |
addOrMerge(BaseDescr baseDescr) |
List<PatternDescr> |
getAllPatternDescr() |
List<BaseDescr> |
getDescrs() |
void |
insertBeforeLast(Class<?> clazz,
BaseDescr baseDescr) |
void |
insertDescr(int index,
BaseDescr baseDescr) |
BaseDescr |
negate() |
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, isNegated, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
public void addDescr(BaseDescr baseDescr)
addDescr
in interface ConditionalElementDescr
public void insertDescr(int index, BaseDescr baseDescr)
public void insertBeforeLast(Class<?> clazz, BaseDescr baseDescr)
insertBeforeLast
in interface ConditionalElementDescr
public List<BaseDescr> getDescrs()
getDescrs
in interface ConditionalElementDescr
public List<PatternDescr> getAllPatternDescr()
public void addOrMerge(BaseDescr baseDescr)
addOrMerge
in interface ConditionalElementDescr
public boolean removeDescr(BaseDescr baseDescr)
removeDescr
in interface ConditionalElementDescr
public void accept(DescrVisitor visitor)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.