AddVariables

org.nlogo.parse.Lambdaizer.AddVariables
class AddVariables(maxVar: Option[Int], nestingDepth: Int) extends Operation

Attributes

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

Members list

Value members

Concrete methods

def apply(formatter: Formatter, astNode: AstNode, path: AstPath, ctx: AstFormat): AstFormat

Attributes

Source
Lambdaizer.scala

Inherited methods

Attributes

Inherited from:
Function4
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
Function4 -> Any
Inherited from:
Function4

Attributes

Inherited from:
Function4