java.lang.Object org.nlogo.api.Let
public final class Let
Field Summary | |
---|---|
List<Let> |
children
|
int |
endPos
|
int |
startPos
|
String |
varName
|
Constructor Summary | |
---|---|
Let()
|
|
Let(String varName,
int startPos,
int endPos,
List<Let> children)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final String varName
public final int startPos
public final int endPos
public final List<Let> children
Constructor Detail |
---|
public Let()
public Let(String varName, int startPos, int endPos, List<Let> children)