NoopFolder

org.nlogo.parse.NoopFolder

Attributes

Source
Rewriters.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
NoopFolder.type

Members list

Value members

Inherited methods

def visitCommandBlock(block: CommandBlock, position: AstPath)(implicit a: AstEdit): AstEdit

Attributes

Inherited from:
PositionalAstFolder
Source
AstPath.scala
def visitExpression(exp: Expression, position: AstPath, index: Int)(implicit a: AstEdit): AstEdit

Attributes

Inherited from:
PositionalAstFolder
Source
AstPath.scala
def visitReporterApp(app: ReporterApp, position: AstPath)(implicit a: AstEdit): AstEdit

Attributes

Inherited from:
PositionalAstFolder
Source
AstPath.scala
def visitReporterBlock(block: ReporterBlock, position: AstPath)(implicit a: AstEdit): AstEdit

Attributes

Inherited from:
PositionalAstFolder
Source
AstPath.scala
def visitStatement(stmt: Statement, position: AstPath)(implicit a: AstEdit): AstEdit

Attributes

Inherited from:
PositionalAstFolder
Source
AstPath.scala
def visitStatements(statements: Statements, position: AstPath)(implicit a: AstEdit): AstEdit

Attributes

Inherited from:
PositionalAstFolder
Source
AstPath.scala