_commandlambda
org.nlogo.core.prim._commandlambda
case class _commandlambda(arguments: Arguments, closedVariables: Set[ClosedVariable], source: Option[String]) extends Lambda, Reporter
Attributes
- Source
- misc.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Reportertrait Instructiontrait TokenHoldertrait Lambdaclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Constructors
Attributes
- Source
- misc.scala
Concrete methods
def copy(arguments: Arguments, closedVariables: Set[ClosedVariable], source: Option[String]): _commandlambda
Attributes
- Source
- misc.scala
Attributes
- Definition Classes
- Source
- misc.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
- Source
- misc.scala
Inherited methods
Attributes
- Inherited from:
- Lambda
- Source
- Lambda.scala
Attributes
- Inherited from:
- Instruction
- Source
- Instruction.scala
Attributes
- Inherited from:
- Lambda
- Source
- Lambda.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Lambda
- Source
- Lambda.scala
Inherited fields
Attributes
- Inherited from:
- Instruction
- Source
- Instruction.scala
Attributes
- Inherited from:
- Instruction
- Source
- Instruction.scala
Attributes
- Inherited from:
- Instruction
- Source
- Instruction.scala
In this article