jsdsi
Class ExprTag

java.lang.Object
  extended byjsdsi.Obj
      extended byjsdsi.Tag
          extended byjsdsi.ExprTag
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PrefixTag, RangeTag, ReversePrefixTag, SetTag, SimpleTag, StringTag

public abstract class ExprTag
extends Tag

Distinguishes tags defined by expressions from tags in general (the latter includes Tag.ALL_TAG and Tag.NULL_TAG). Only ExprTags can appear within other tags (like SetTags or SimpleTags).

Version:
$Revision: 1.4.2.1 $ $Date: 2005/11/08 03:12:52 $
Author:
Sameer Ajmani, Sean Radford
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jsdsi.Tag
ALL_TAG, NULL_TAG
 
Fields inherited from class jsdsi.Obj
_obj
 
Constructor Summary
ExprTag()
           
 
Methods inherited from class jsdsi.Tag
implies, intersect, toSexp, toTagSexp
 
Methods inherited from class jsdsi.Obj
equals, hashCode, parseObj, parseObj, readResolve, toByteArray, toString, toString, toTransport
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExprTag

public ExprTag()


Copyright © 2002-2006 JSDSI. All Rights Reserved.