sdsi
Class Tag.SimpleTag

java.lang.Object
  |
  +--sdsi.Tag.TagExpression
        |
        +--sdsi.Tag.SimpleTag
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Tag

public static class Tag.SimpleTag
extends Tag.TagExpression

See Also:
Serialized Form

Field Summary
(package private)  SexpString first
           
(package private)  Tag.TagExpression[] rest
           
 
Constructor Summary
Tag.SimpleTag(SexpList l)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 Tag.TagExpression intersect(Tag.TagExpression starFree)
           
 
Methods inherited from class sdsi.Tag.TagExpression
parse
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

SexpString first

rest

Tag.TagExpression[] rest
Constructor Detail

Tag.SimpleTag

public Tag.SimpleTag(SexpList l)
              throws SexpParseException
Method Detail

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class Tag.TagExpression

intersect

public Tag.TagExpression intersect(Tag.TagExpression starFree)
Specified by:
intersect in class Tag.TagExpression