jsdsi
Class Tag$2

java.lang.Object
  |
  +--jsdsi.Obj
        |
        +--jsdsi.Tag
              |
              +--jsdsi.Tag$2

synchronized class Tag$2
extends Tag


Field Summary
 
Fields inherited from class jsdsi.Tag
ALL_TAG, NULL_TAG
 
Constructor Summary
(package private) Tag$2()
           
 
Method Summary
 boolean equals(java.lang.Object)
           
 int hashCode()
           
(package private)  boolean implies(Tag)
           
 Sexp toTagSexp()
           
 
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

Tag$2

Tag$2()
Method Detail

implies

boolean implies(Tag)
Specified by:
implies in class Tag

equals

public boolean equals(java.lang.Object)
Specified by:
equals in class Obj

hashCode

public int hashCode()
Specified by:
hashCode in class Obj

toTagSexp

public Sexp toTagSexp()
Specified by:
toTagSexp in class Tag