Packages

t

org.nlogo.core

AstTransformer

trait AstTransformer extends AnyRef

Transforms an AST to allow changes without mutation

Source
AstVisitor.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AstTransformer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def visitCommandBlock(block: CommandBlock): CommandBlock
  2. def visitExpression(exp: Expression): Expression
  3. def visitProcedureDefinition(proc: ProcedureDefinition): ProcedureDefinition
  4. def visitReporterApp(app: ReporterApp): ReporterApp
  5. def visitReporterBlock(block: ReporterBlock): ReporterBlock
  6. def visitStatement(stmt: Statement): Statement
  7. def visitStatements(statements: Statements): Statements