public class SymTabEntrySet extends de.uniks.networkparser.list.SimpleSet<SymTabEntry>
| Modifier and Type | Field and Description |
|---|---|
static SymTabEntrySet |
EMPTY_SET |
| Constructor and Description |
|---|
SymTabEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
SymTabEntrySet |
filterAnnotations(java.lang.String value)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the annotations attribute matches the parameter value.
|
SymTabEntrySet |
filterAnnotations(java.lang.String lower,
java.lang.String upper)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the annotations attribute is between lower and upper.
|
SymTabEntrySet |
filterAnnotationsStartPos(int value)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the annotationsStartPos attribute matches the parameter value.
|
SymTabEntrySet |
filterAnnotationsStartPos(int lower,
int upper)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the annotationsStartPos attribute is between lower and upper.
|
SymTabEntrySet |
filterBodyStartPos(int value)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the bodyStartPos attribute matches the parameter value.
|
SymTabEntrySet |
filterBodyStartPos(int lower,
int upper)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the bodyStartPos attribute is between lower and upper.
|
SymTabEntrySet |
filterEndPos(int value)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the endPos attribute matches the parameter value.
|
SymTabEntrySet |
filterEndPos(int lower,
int upper)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the endPos attribute is between lower and upper.
|
SymTabEntrySet |
filterKind(java.lang.String value)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the kind attribute matches the parameter value.
|
SymTabEntrySet |
filterKind(java.lang.String lower,
java.lang.String upper)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the kind attribute is between lower and upper.
|
SymTabEntrySet |
filterMemberName(java.lang.String value)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the memberName attribute matches the parameter value.
|
SymTabEntrySet |
filterMemberName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the memberName attribute is between lower and upper.
|
SymTabEntrySet |
filterModifiers(java.lang.String value)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the modifiers attribute matches the parameter value.
|
SymTabEntrySet |
filterModifiers(java.lang.String lower,
java.lang.String upper)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the modifiers attribute is between lower and upper.
|
SymTabEntrySet |
filterPreCommentEndPos(int value)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the preCommentEndPos attribute matches the parameter value.
|
SymTabEntrySet |
filterPreCommentEndPos(int lower,
int upper)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the preCommentEndPos attribute is between lower and upper.
|
SymTabEntrySet |
filterPreCommentStartPos(int value)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the preCommentStartPos attribute matches the parameter value.
|
SymTabEntrySet |
filterPreCommentStartPos(int lower,
int upper)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the preCommentStartPos attribute is between lower and upper.
|
SymTabEntrySet |
filterStartPos(int value)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the startPos attribute matches the parameter value.
|
SymTabEntrySet |
filterStartPos(int lower,
int upper)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the startPos attribute is between lower and upper.
|
SymTabEntrySet |
filterType(java.lang.String value)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the type attribute matches the parameter value.
|
SymTabEntrySet |
filterType(java.lang.String lower,
java.lang.String upper)
Loop through the current set of SymTabEntry objects and collect those SymTabEntry objects where the type attribute is between lower and upper.
|
de.uniks.networkparser.list.StringList |
getAnnotations() |
intList |
getAnnotationsStartPos() |
intList |
getBodyStartPos() |
intList |
getEndPos() |
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getKind() |
de.uniks.networkparser.list.StringList |
getMemberName() |
de.uniks.networkparser.list.StringList |
getModifiers() |
intList |
getPreCommentEndPos() |
intList |
getPreCommentStartPos() |
intList |
getStartPos() |
de.uniks.networkparser.list.StringList |
getType() |
SymTabEntrySet |
hasAnnotations(java.lang.String value) |
SymTabEntrySet |
hasAnnotations(java.lang.String lower,
java.lang.String upper) |
SymTabEntrySet |
hasAnnotationsStartPos(int value) |
SymTabEntrySet |
hasAnnotationsStartPos(int lower,
int upper) |
SymTabEntrySet |
hasBodyStartPos(int value) |
SymTabEntrySet |
hasBodyStartPos(int lower,
int upper) |
SymTabEntrySet |
hasEndPos(int value) |
SymTabEntrySet |
hasEndPos(int lower,
int upper) |
SymTabEntrySet |
hasKind(java.lang.String value) |
SymTabEntrySet |
hasKind(java.lang.String lower,
java.lang.String upper) |
SymTabEntrySet |
hasMemberName(java.lang.String value) |
SymTabEntrySet |
hasMemberName(java.lang.String lower,
java.lang.String upper) |
SymTabEntrySet |
hasModifiers(java.lang.String value) |
SymTabEntrySet |
hasModifiers(java.lang.String lower,
java.lang.String upper) |
SymTabEntrySet |
hasPreCommentEndPos(int value) |
SymTabEntrySet |
hasPreCommentEndPos(int lower,
int upper) |
SymTabEntrySet |
hasPreCommentStartPos(int value) |
SymTabEntrySet |
hasPreCommentStartPos(int lower,
int upper) |
SymTabEntrySet |
hasStartPos(int value) |
SymTabEntrySet |
hasStartPos(int lower,
int upper) |
SymTabEntryPO |
hasSymTabEntryPO() |
SymTabEntrySet |
hasType(java.lang.String value) |
SymTabEntrySet |
hasType(java.lang.String lower,
java.lang.String upper) |
SymTabEntryPO |
startModelPattern() |
java.lang.String |
toString()
Convert Element to String
|
SymTabEntrySet |
with(java.lang.Object value) |
SymTabEntrySet |
with(SymTabEntry value) |
SymTabEntrySet |
withAnnotations(java.lang.String value) |
SymTabEntrySet |
withAnnotationsStartPos(int value) |
SymTabEntrySet |
withBodyStartPos(int value) |
SymTabEntrySet |
withEndPos(int value) |
SymTabEntrySet |
withKind(java.lang.String value) |
SymTabEntrySet |
withMemberName(java.lang.String value) |
SymTabEntrySet |
withModifiers(java.lang.String value) |
SymTabEntrySet |
without(SymTabEntry value) |
SymTabEntrySet |
withPreCommentEndPos(int value) |
SymTabEntrySet |
withPreCommentStartPos(int value) |
SymTabEntrySet |
withStartPos(int value) |
SymTabEntrySet |
withType(java.lang.String value) |
add, add, addAll, addAll, clone, filter, fireProperty, getNewList, instanceOf, intersection, minus, remove, remove, set, subList, toString, union, with, withListenerceiling, copyEntity, equals, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, subSet, withListaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final SymTabEntrySet EMPTY_SET
public de.uniks.networkparser.list.StringList getKind()
public SymTabEntrySet withKind(java.lang.String value)
public de.uniks.networkparser.list.StringList getMemberName()
public SymTabEntrySet withMemberName(java.lang.String value)
public de.uniks.networkparser.list.StringList getType()
public SymTabEntrySet withType(java.lang.String value)
public intList getStartPos()
public SymTabEntrySet withStartPos(int value)
public intList getBodyStartPos()
public SymTabEntrySet withBodyStartPos(int value)
public intList getEndPos()
public SymTabEntrySet withEndPos(int value)
public de.uniks.networkparser.list.StringList getModifiers()
public SymTabEntrySet withModifiers(java.lang.String value)
public java.lang.String toString()
de.uniks.networkparser.interfaces.BaseItemtoString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class de.uniks.networkparser.list.SimpleSet<SymTabEntry>public java.lang.String getEntryType()
public SymTabEntrySet with(SymTabEntry value)
public SymTabEntrySet without(SymTabEntry value)
public SymTabEntryPO startModelPattern()
public SymTabEntrySet with(java.lang.Object value)
public SymTabEntryPO hasSymTabEntryPO()
public de.uniks.networkparser.list.StringList getAnnotations()
public SymTabEntrySet hasAnnotations(java.lang.String value)
public SymTabEntrySet hasAnnotations(java.lang.String lower, java.lang.String upper)
public SymTabEntrySet withAnnotations(java.lang.String value)
public SymTabEntrySet hasKind(java.lang.String value)
public SymTabEntrySet hasKind(java.lang.String lower, java.lang.String upper)
public SymTabEntrySet hasMemberName(java.lang.String value)
public SymTabEntrySet hasMemberName(java.lang.String lower, java.lang.String upper)
public SymTabEntrySet hasType(java.lang.String value)
public SymTabEntrySet hasType(java.lang.String lower, java.lang.String upper)
public SymTabEntrySet hasStartPos(int value)
public SymTabEntrySet hasStartPos(int lower, int upper)
public SymTabEntrySet hasBodyStartPos(int value)
public SymTabEntrySet hasBodyStartPos(int lower, int upper)
public SymTabEntrySet hasEndPos(int value)
public SymTabEntrySet hasEndPos(int lower, int upper)
public SymTabEntrySet hasModifiers(java.lang.String value)
public SymTabEntrySet hasModifiers(java.lang.String lower, java.lang.String upper)
public intList getPreCommentStartPos()
public SymTabEntrySet hasPreCommentStartPos(int value)
public SymTabEntrySet hasPreCommentStartPos(int lower, int upper)
public SymTabEntrySet withPreCommentStartPos(int value)
public intList getPreCommentEndPos()
public SymTabEntrySet hasPreCommentEndPos(int value)
public SymTabEntrySet hasPreCommentEndPos(int lower, int upper)
public SymTabEntrySet withPreCommentEndPos(int value)
public intList getAnnotationsStartPos()
public SymTabEntrySet hasAnnotationsStartPos(int value)
public SymTabEntrySet hasAnnotationsStartPos(int lower, int upper)
public SymTabEntrySet withAnnotationsStartPos(int value)
public SymTabEntrySet filterKind(java.lang.String value)
value - Search valuepublic SymTabEntrySet filterKind(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic SymTabEntrySet filterMemberName(java.lang.String value)
value - Search valuepublic SymTabEntrySet filterMemberName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic SymTabEntrySet filterType(java.lang.String value)
value - Search valuepublic SymTabEntrySet filterType(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic SymTabEntrySet filterStartPos(int value)
value - Search valuepublic SymTabEntrySet filterStartPos(int lower, int upper)
lower - Lower boundupper - Upper boundpublic SymTabEntrySet filterBodyStartPos(int value)
value - Search valuepublic SymTabEntrySet filterBodyStartPos(int lower, int upper)
lower - Lower boundupper - Upper boundpublic SymTabEntrySet filterEndPos(int value)
value - Search valuepublic SymTabEntrySet filterEndPos(int lower, int upper)
lower - Lower boundupper - Upper boundpublic SymTabEntrySet filterAnnotations(java.lang.String value)
value - Search valuepublic SymTabEntrySet filterAnnotations(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic SymTabEntrySet filterModifiers(java.lang.String value)
value - Search valuepublic SymTabEntrySet filterModifiers(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic SymTabEntrySet filterAnnotationsStartPos(int value)
value - Search valuepublic SymTabEntrySet filterAnnotationsStartPos(int lower, int upper)
lower - Lower boundupper - Upper boundpublic SymTabEntrySet filterPreCommentStartPos(int value)
value - Search valuepublic SymTabEntrySet filterPreCommentStartPos(int lower, int upper)
lower - Lower boundupper - Upper boundpublic SymTabEntrySet filterPreCommentEndPos(int value)
value - Search valuepublic SymTabEntrySet filterPreCommentEndPos(int lower, int upper)
lower - Lower boundupper - Upper bound