ClosedVariableFinder

org.nlogo.parse.ClosedVariableFinder
class ClosedVariableFinder(lambdaVarNames: Seq[String]) extends AstFolder[Set[ClosedVariable]]

Attributes

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

Members list

Value members

Concrete methods

override def visitReporterApp(app: ReporterApp)(implicit closedVars: Set[ClosedVariable]): Set[ClosedVariable]

Attributes

Definition Classes
Source
ClosureTagger.scala

Inherited methods

Attributes

Inherited from:
AstFolder
Source
AstVisitor.scala

Attributes

Inherited from:
AstFolder
Source
AstVisitor.scala

Attributes

Inherited from:
AstFolder
Source
AstVisitor.scala

Attributes

Inherited from:
AstFolder
Source
AstVisitor.scala
def visitStatements(statements: Statements)(implicit a: Set[ClosedVariable]): Set[ClosedVariable]

Attributes

Inherited from:
AstFolder
Source
AstVisitor.scala