MaxTaskVariable

org.nlogo.parse.Lambdaizer.MaxTaskVariable
object MaxTaskVariable extends AstFolder[Option[Int]]

Attributes

Source
Lambdaizer.scala
Graph
Supertypes
trait AstFolder[Option[Int]]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def visitReporterApp(app: ReporterApp)(implicit maxVariable: Option[Int]): Option[Int]

Attributes

Definition Classes
Source
Lambdaizer.scala

Inherited methods

def visitCommandBlock(block: CommandBlock)(implicit a: Option[Int]): Option[Int]

Attributes

Inherited from:
AstFolder
Source
AstVisitor.scala
def visitExpression(exp: Expression)(implicit a: Option[Int]): Option[Int]

Attributes

Inherited from:
AstFolder
Source
AstVisitor.scala

Attributes

Inherited from:
AstFolder
Source
AstVisitor.scala
def visitReporterBlock(block: ReporterBlock)(implicit a: Option[Int]): Option[Int]

Attributes

Inherited from:
AstFolder
Source
AstVisitor.scala
def visitStatement(stmt: Statement)(implicit a: Option[Int]): Option[Int]

Attributes

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

Attributes

Inherited from:
AstFolder
Source
AstVisitor.scala