literals
Class PSExecArray

java.lang.Object
  extended byliterals.PSExecArray
All Implemented Interfaces:
PSLiteral, PSObject

public class PSExecArray
extends java.lang.Object
implements PSLiteral


Constructor Summary
PSExecArray()
          Creates a new instance of PSExecArray.
PSExecArray(java.util.Vector v)
          Creates a new instance of PSExecArray.
 
Method Summary
 java.util.Vector getValue()
          A copy of the executable array is returned.
 java.lang.String toString()
          A String representation of an executable array is returned.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PSExecArray

public PSExecArray()
Creates a new instance of PSExecArray.
Precondition : -
Postcondition : A new instance of PSExecArray will be created.


PSExecArray

public PSExecArray(java.util.Vector v)
Creates a new instance of PSExecArray.
Precondition : -
Postcondition : A new instance of PSExecArray will be created.

Parameters:
v - The initialization value of PSExecArray.
Method Detail

getValue

public java.util.Vector getValue()
A copy of the executable array is returned.
Precondition : A proper instance of PSExecArray must have been created.
Postcondition : A copy of the encapsulated value will be returned.

Returns:
A copy of the encapsulated value.

toString

public java.lang.String toString()
A String representation of an executable array is returned.
Precondition : A proper instance of PSExecArray must have been created.
Postcondition : A copy of the encapsulated value will be returned.

Specified by:
toString in interface PSLiteral
Returns:
A copy of the encapsulated value.