/[svn]/jsampler/trunk/src/org/jsampler/LscpNode.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/LscpNode.java

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

revision 1142 by iliev, Mon Aug 7 18:34:40 2006 UTC revision 1143 by iliev, Mon Apr 2 21:18:31 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   *   JSampler - a java front-end for LinuxSampler   *   JSampler - a java front-end for LinuxSampler
3   *   *
4   *   Copyright (C) 2005, 2006 Grigor Kirilov Iliev   *   Copyright (C) 2005-2006 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 62  public class LscpNode { Line 62  public class LscpNode {
62          }          }
63                    
64          /**          /**
65           * Creates a new instance of <code>LscpNode</code>.           * Creates a new instance of <code>LscpNode</code> with
66             * the specified children which are not end of a command.
67           * @param name The name of the node.           * @param name The name of the node.
68           * @param children The children nodes of this node.           * @param children The children nodes of this node.
69           */           */
# Line 89  public class LscpNode { Line 90  public class LscpNode {
90           * @param endOfACommand Determines whether this node can be an end of a command.           * @param endOfACommand Determines whether this node can be an end of a command.
91           * @param hasParameters When the node is an end of a command,           * @param hasParameters When the node is an end of a command,
92           * determines whether the command has one or more parameters.           * determines whether the command has one or more parameters.
93             * @see #isEndOfACommand
94           */           */
95          public          public
96          LscpNode(String name, LscpNode[] children, boolean endOfACommand, boolean hasParameters) {          LscpNode(String name, LscpNode[] children, boolean endOfACommand, boolean hasParameters) {
# Line 99  public class LscpNode { Line 101  public class LscpNode {
101          }          }
102                    
103          /**          /**
104           * Creates a new instance of <code>LscpNode</code>.           * Creates a new instance of <code>LscpNode</code> with the specified
105             * child wich is not an end of a command.
106           * @param name The name of the node.           * @param name The name of the node.
107           * @param child The child node of this node.           * @param child The child node of this node.
108           */           */

Legend:
Removed from v.1142  
changed lines
  Added in v.1143

  ViewVC Help
Powered by ViewVC