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, writeExternal
public static final String BASE_IDENTIFIER
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 PatternDescr getBasePattern()
public List<BaseDescr> getRemainingPatterns()
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–2018 JBoss by Red Hat. All rights reserved.