public class ForallDescr extends BaseDescr implements ConditionalElementDescr
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_IDENTIFIER |
| Constructor and Description |
|---|
ForallDescr() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DescrVisitor visitor) |
void |
addDescr(BaseDescr baseDescr) |
void |
addOrMerge(BaseDescr baseDescr) |
PatternDescr |
getBasePattern()
Returns the base pattern from the forall CE
|
List<BaseDescr> |
getDescrs() |
List<BaseDescr> |
getRemainingPatterns()
Returns the remaining patterns from the forall CE
|
void |
insertBeforeLast(Class<?> clazz,
BaseDescr baseDescr) |
boolean |
removeDescr(BaseDescr baseDescr) |
String |
toString() |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, readExternal, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternalpublic static final String BASE_IDENTIFIER
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 PatternDescr getBasePattern()
public List<BaseDescr> getRemainingPatterns()
public void addOrMerge(BaseDescr baseDescr)
addOrMerge in interface ConditionalElementDescrpublic boolean removeDescr(BaseDescr baseDescr)
removeDescr in interface ConditionalElementDescrpublic void accept(DescrVisitor visitor)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.