All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.pics.db.parser.PICSS_Expr

java.lang.Object
   |
   +----w3c.pics.db.parser.SimpleNode
           |
           +----w3c.pics.db.parser.PICSS_Expr

public class PICSS_Expr
extends SimpleNode
implements EvalNode

Method Index

 o getCategoryName()
 o getConstant()
 o getOperator()
 o getServiceName()
 o getText()
 o isValid(Vector, Hashtable)

Methods

 o getText
 public String getText()
 o getServiceName
 public String getServiceName()
 o getCategoryName
 public String getCategoryName()
 o getOperator
 public String getOperator()
 o getConstant
 public String getConstant()
 o isValid
 public boolean isValid(Vector labellist,
                        Hashtable silist)

All Packages  Class Hierarchy  This Package  Previous  Next  Index