in scala/collection/mutable
class Script

class Script[A]()
extends ArrayBuffer[Message[A]]
with ScalaObject
with Message[A]

Objects of this class represent compound messages consisting of a sequence of other messages.
Author:
Matthias Zenger
Version:
1.0, 10/05/2004

Method Summary
override def hashCode(): Int
     The hashCode method always yields an error, since it is not safe to use buffers as keys in hash tables.
override def toString(): String
     Customizes the toString method.

Methods inherited from java/lang/Object-class
eq, finalize, getClass, ne, notify, notifyAll, synchronized, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/Iterable-class
/:, :\, concat, exists, find, foldLeft, foldRight, forall, foreach, sameElements

Methods inherited from scala/ScalaObject-class
getScalaType

Methods inherited from scala/Seq-class
concat, copyToArray, drop, indexOf, isDefinedAt, lastIndexOf, subseq, take, toList

Methods inherited from scala/collection/mutable/ArrayBuffer-class
+, ++, ++:, +:, apply, clear, clone, equals, insertAll, remove, stringPrefix, update

Methods inherited from scala/collection/mutable/Buffer-class
++, ++=, ++=, +=, <<, append, appendAll, insert, prepend, prependAll, trimEnd, trimStart

Methods inherited from scala/collection/mutable/ResizableArray-class
array, copy, elements, ensureSize, initialSize, length, size, swap

Method Detail

toString

  override def toString(): String
Customizes the toString method.
Returns:
a string representation of this sequence.

hashCode

  override def hashCode(): Int
The hashCode method always yields an error, since it is not safe to use buffers as keys in hash tables.
Returns:
never.