org.nlogo.compile.middle.SetVisitor
See theSetVisitor companion object
class SetVisitor(program: Program) extends DefaultAstVisitor
an AstVisitor that handles the set command. We convert constructs like "_set(var, value)" into more specific things like "_setprocedurevariable(value)" or whatever, where the new set* command knows internally the variable it's setting.
Attributes
- Companion
- object
- Source
- SetVisitor.scala
- Graph
-
- Supertypes
Members list
In this article