Packages

t

org.nlogo.api

Activation

trait Activation extends AnyRef

A representation of the currently executing procedure

Source
Activation.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Activation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def parent: Option[_ <: Activation]

    Parent activation

  2. abstract def procedure: FrontEndProcedure

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