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
-
ops
-
-
OpList()
-
-
OpList(int)
-
-
OpList(int, Operator)
-
-
OpList(Operator)
-
-
OpList(Operator, Operator)
-
-
OpList(Operator, Operator, Operator)
-
-
OpList(OpList)
- copy constructor
-
addOpFirst(Operator)
-
-
addOpLast(Operator)
-
-
copy()
-
-
elements()
-
-
equals(Object)
- Compares two Objects for equality.
-
getOp(int)
-
-
setOp(int, Operator)
-
-
size()
-
-
toString()
- Returns a string representation of the object.
ops
protected Vector ops
OpList
public OpList(OpList src)
- copy constructor
OpList
public OpList()
OpList
public OpList(Operator first)
OpList
public OpList(Operator first,
Operator second)
OpList
public OpList(Operator first,
Operator second,
Operator third)
OpList
protected OpList(int n)
OpList
public OpList(int n,
Operator allOperators)
copy
public JamObject copy()
equals
public boolean equals(Object obj2)
- Compares two Objects for equality.
- Overrides:
- equals in class Object
size
public int size()
addOpFirst
public void addOpFirst(Operator first)
addOpLast
public void addOpLast(Operator last)
getOp
public Operator getOp(int i)
setOp
public void setOp(int i,
Operator op)
elements
public Enumeration elements()
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