org.nlogo.core.ReporterBlock
See theReporterBlock companion object
class ReporterBlock(val app: ReporterApp, val sourceLocation: SourceLocation) extends Expression
represents a block containing exactly one expression. Called a reporter block rather than an expression block for consistency with usual NetLogo jargon. Note that this is an Expression, and as such can be an argument to commands and reporters, etc. However, it is a different expression from the expression it contains... Its "blockness" is significant.
Attributes
- Companion
- object
- Source
- AstNode.scala
- Graph
-
- Supertypes
Members list
In this article