_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 Serializable
trait Product
trait Equals
trait Reporter
trait Instruction
trait TokenHolder
trait Lambda
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(args: Arguments)

Attributes

Source
misc.scala

Concrete methods

def copy(arguments: Arguments, closedVariables: Set[ClosedVariable], source: Option[String]): _commandlambda

Attributes

Source
misc.scala
override def syntax: Syntax

Attributes

Definition Classes
Source
misc.scala
override def toString: String

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
def displayName: String

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
var token: Token

Attributes

Inherited from:
Instruction
Source
Instruction.scala