Expression
org.nlogo.core.Expression
trait Expression extends AstNode
represents a NetLogo expression. An expression is either a block or a reporter application (variable references and constants (including lists), are turned into reporter applications).
Attributes
- Source
- AstNode.scala
- Graph
-
- Supertypes
- Known subtypes
-
class CommandBlockclass ReporterAppclass ReporterBlocktrait DelayedBlockclass AmbiguousDelayedBlockclass ArrowLambdaBlock
Members list
In this article