LiftedLambda

org.nlogo.nvm.LiftedLambda
final class LiftedLambda(name: String, nameToken: Token, argTokens: Seq[Token], val parent: Procedure, val lambdaFormals: Seq[Let], val closedLets: Set[Let], val source: String) extends Procedure

Attributes

Source
LiftedLambda.scala
Graph
Supertypes
class Procedure
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def dump: String

Attributes

Definition Classes
Source
LiftedLambda.scala

Attributes

Source
LiftedLambda.scala

Inherited methods

Attributes

Inherited from:
Procedure
Source
Procedure.scala
def code: Array[Command]

Attributes

Inherited from:
Procedure
Source
Procedure.scala
def code_=(newCode: Array[Command]): Unit

Attributes

Inherited from:
Procedure
Source
Procedure.scala
def init(workspace: Workspace): Unit

Attributes

Inherited from:
Procedure
Source
Procedure.scala
override def syntax: Syntax

Attributes

Definition Classes
Inherited from:
Procedure
Source
Procedure.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
Procedure -> Any
Inherited from:
Procedure
Source
Procedure.scala

Concrete fields

Attributes

Source
LiftedLambda.scala
override val isLambda: Boolean

Attributes

Source
LiftedLambda.scala

Attributes

Source
LiftedLambda.scala

Attributes

Source
LiftedLambda.scala
val source: String

Attributes

Source
LiftedLambda.scala

Inherited fields

var agentClassString: String

Attributes

Inherited from:
FrontEndProcedure
Source
FrontEndProcedure.scala

Attributes

Inherited from:
FrontEndProcedure
Source
FrontEndProcedure.scala

Attributes

Inherited from:
Procedure
Source
Procedure.scala

Attributes

Inherited from:
Procedure
Source
Procedure.scala
var end: Int

Attributes

Inherited from:
Procedure
Source
Procedure.scala

Attributes

Inherited from:
Procedure
Source
Procedure.scala

Attributes

Inherited from:
Procedure
Source
Procedure.scala

Attributes

Inherited from:
Procedure
Source
Procedure.scala

Attributes

Inherited from:
Procedure
Source
Procedure.scala
var pos: Int

Attributes

Inherited from:
Procedure
Source
Procedure.scala

Attributes

Inherited from:
Procedure
Source
Procedure.scala
var size: Int

Attributes

Inherited from:
Procedure
Source
Procedure.scala

Attributes

Inherited from:
FrontEndProcedure
Source
FrontEndProcedure.scala