sdsi
Class Tag.TagRange

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

public static class Tag.TagRange
extends Tag.StarTag

See Also:
Serialized Form

Field Summary
(package private)  SexpString lowerLimit
           
(package private)  boolean strictlyGreater
           
(package private)  boolean strictlyLess
           
(package private)  boolean stringCompare
           
(package private)  SexpString upperLimit
           
 
Constructor Summary
Tag.TagRange(SexpList l)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 Tag.TagExpression intersect(Tag.TagExpression starFree)
           
 
Methods inherited from class sdsi.Tag.StarTag
parse
 
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

stringCompare

boolean stringCompare

strictlyGreater

boolean strictlyGreater

strictlyLess

boolean strictlyLess

lowerLimit

SexpString lowerLimit

upperLimit

SexpString upperLimit
Constructor Detail

Tag.TagRange

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

equals

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

intersect

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