ProcedureDefinition
org.nlogo.compile.api.ProcedureDefinition
class ProcedureDefinition(val procedure: Procedure, val statements: Statements) extends AstNode
represents a single procedure definition. really just a container for the procedure body, which is a Statements object.
Attributes
- Source
- AstNode.scala
- Graph
-
- Supertypes
Members list
In this article