ProcedureDefinition
org.nlogo.core.ProcedureDefinition
class ProcedureDefinition(val procedure: FrontEndProcedure, val statements: Statements, _end: Int) 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
Value members
Constructors
Attributes
- Source
- AstNode.scala
Inherited methods
Attributes
- Inherited from:
- SourceLocatable
- Source
- SourceLocation.scala
Attributes
- Inherited from:
- SourceLocatable
- Source
- SourceLocation.scala
Attributes
- Inherited from:
- SourceLocatable
- Source
- SourceLocation.scala
Concrete fields
Attributes
- Source
- AstNode.scala
Attributes
- Source
- AstNode.scala
Attributes
- Source
- AstNode.scala
In this article