Activation

org.nlogo.api.Activation
trait Activation

A representation of the currently executing procedure

Attributes

Source
Activation.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def parent: Option[_ <: Activation]

Parent activation

Parent activation

Attributes

Source
Activation.scala

Definition of the procedure, including basic information like name and argument names

Definition of the procedure, including basic information like name and argument names

Attributes

Source
Activation.scala