Class OperandList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Operand>, Collection<Operand>, List<Operand>, RandomAccess, ASTNode, Operand

public class OperandList extends ArrayList<Operand> implements Operand
Author:
Bogdan Stefanescu
See Also:
  • Constructor Details

    • OperandList

      public OperandList()
  • Method Details