jsdsi
Class SimpleTag
java.lang.Object
|
+--jsdsi.Obj
|
+--jsdsi.Tag
|
+--jsdsi.ExprTag
|
+--jsdsi.SimpleTag
- public class SimpleTag
- extends ExprTag
A tag that contains a string type and a sequence of other tags.
- Author:
- Sameer Ajmani
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SimpleTag
public SimpleTag(java.lang.String v,
ExprTag[] t)
implies
boolean implies(Tag that)
- Specified by:
implies
in class Tag
equals
public boolean equals(java.lang.Object that)
- Specified by:
equals
in class Obj
hashCode
public int hashCode()
- Specified by:
hashCode
in class Obj
getValue
public java.lang.String getValue()
getTags
public ExprTag[] getTags()
toTagSexp
public Sexp toTagSexp()
- Specified by:
toTagSexp
in class Tag
parseSimpleTag
static SimpleTag parseSimpleTag(SexpList l)
throws SexpParseException
SexpParseException