org.nlogo.command
Class Let

java.lang.Object
  extended by org.nlogo.command.Let

public final class Let
extends Object


Field Summary
 List children
           
 int endPos
           
 int startPos
           
 String varName
           
 
Constructor Summary
Let()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varName

public String varName

startPos

public int startPos

endPos

public int endPos

children

public final List children
Constructor Detail

Let

public Let()