|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--jsdsi.Obj
|
+--jsdsi.Tag
|
+--jsdsi.ExprTag
|
+--jsdsi.SetTag
A tag that specifies a set of allowed values.
| Field Summary |
| Fields inherited from class jsdsi.Tag |
ALL_TAG, NULL_TAG |
| Constructor Summary | |
SetTag(ExprTag[] e)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object that)
|
ExprTag[] |
getElements()
|
int |
hashCode()
|
(package private) boolean |
implies(Tag that)
|
(package private) static SetTag |
parseSetTag(java.util.Iterator tbody)
|
Sexp |
toTagSexp()
|
| Methods inherited from class jsdsi.ExprTag |
parseExprTag |
| Methods inherited from class jsdsi.Tag |
intersect, parseTag, toSexp |
| Methods inherited from class jsdsi.Obj |
parseObj, parseObj, toByteArray, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SetTag(ExprTag[] e)
| Method Detail |
boolean implies(Tag that)
implies in class Tagpublic boolean equals(java.lang.Object that)
equals in class Objpublic int hashCode()
hashCode in class Objpublic ExprTag[] getElements()
public Sexp toTagSexp()
toTagSexp in class Tag
static SetTag parseSetTag(java.util.Iterator tbody)
throws SexpParseException
SexpParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||