/[cashew-s-editor]/cashews/src/nongnu/cashews/language/process/MultiPerform.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/language/process/MultiPerform.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by gnu_andrew, Sat May 7 21:22:54 2005 UTC revision 1.5 by gnu_andrew, Wed May 11 07:16:05 2005 UTC
# Line 68  public abstract class MultiPerform Line 68  public abstract class MultiPerform
68    }    }
69    
70    /**    /**
71       * Retrieves a shallow clone of the content.
72       *
73       * @return a shallow clone of the content list.
74       */
75      public List<MultiPerformElement> getContent()
76      {
77        return new ArrayList<MultiPerformElement>(content);
78      }
79    
80      /**
81     * Returns a <code>String</code> representation of this     * Returns a <code>String</code> representation of this
82     * <code>MultiPerform</code>.     * <code>MultiPerform</code>.
83     *     *

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26