LambdaLifter
org.nlogo.compile.middle.LambdaLifter
class LambdaLifter(lambdaNumbers: Iterator[Int]) extends AstTransformer
Removes the bodies of command lambdas and makes them into separate "child" procedures.
Attributes
- Source
- LambdaLifter.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- LambdaLifter.scala
Attributes
- Definition Classes
- Source
- LambdaLifter.scala
Inherited methods
Attributes
- Inherited from:
- AstTransformer
- Source
- AstVisitor.scala
Attributes
- Inherited from:
- AstTransformer
- Source
- AstVisitor.scala
Attributes
- Inherited from:
- AstTransformer
- Source
- AstVisitor.scala
Attributes
- Inherited from:
- AstTransformer
- Source
- AstVisitor.scala
Attributes
- Inherited from:
- AstTransformer
- Source
- AstVisitor.scala
Concrete fields
Attributes
- Source
- LambdaLifter.scala
In this article