All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class juice.operator.OpList

java.lang.Object
   |
   +----juice.operator.OpList

public class OpList
extends Object
implements OperatorList

Variable Index

 o ops

Constructor Index

 o OpList()
 o OpList(int)
 o OpList(int, Operator)
 o OpList(Operator)
 o OpList(Operator, Operator)
 o OpList(Operator, Operator, Operator)
 o OpList(OpList)
copy constructor

Method Index

 o addOpFirst(Operator)
 o addOpLast(Operator)
 o copy()
 o elements()
 o equals(Object)
Compares two Objects for equality.
 o getOp(int)
 o setOp(int, Operator)
 o size()
 o toString()
Returns a string representation of the object.

Variables

 o ops
 protected Vector ops

Constructors

 o OpList
 public OpList(OpList src)
copy constructor

 o OpList
 public OpList()
 o OpList
 public OpList(Operator first)
 o OpList
 public OpList(Operator first,
               Operator second)
 o OpList
 public OpList(Operator first,
               Operator second,
               Operator third)
 o OpList
 protected OpList(int n)
 o OpList
 public OpList(int n,
               Operator allOperators)

Methods

 o copy
 public JamObject copy()
 o equals
 public boolean equals(Object obj2)
Compares two Objects for equality.

Overrides:
equals in class Object
 o size
 public int size()
 o addOpFirst
 public void addOpFirst(Operator first)
 o addOpLast
 public void addOpLast(Operator last)
 o getOp
 public Operator getOp(int i)
 o setOp
 public void setOp(int i,
                   Operator op)
 o elements
 public Enumeration elements()
 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index