in scala.collection.mutable
class Script

class Script [A]
extends scala.collection.mutable.ArrayBuffer[scala.collection.mutable.Message[A]]
with scala.collection.mutable.Message[A]
with scala.ScalaObject
Objects of this class represent compound messages consisting of a sequence of other messages.
Author:
Matthias Zenger
Version:
1.0, 10/05/2004

Constructor Summary
def this

Def Summary
override def hashCode : scala.Int

override def toString : java.lang.String

Def inherited from scala.collection.mutable.ArrayBuffer[scala.collection.mutable.Message[A]]
++ , ++:, +:, +=, apply, clear, clone, equals, insertAll, remove, stringPrefix, update
Constructor Detail
def this

Def Detail
override def hashCode : scala.Int

override def toString : java.lang.String