Packages

o

org.nlogo.api

NetLogoLegacyDialectTokenMapper

object NetLogoLegacyDialectTokenMapper extends DelegatingMapper

Source
NetLogoLegacyDialect.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NetLogoLegacyDialectTokenMapper
  2. DelegatingMapper
  3. TokenMapperInterface
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def allCommandNames: Set[String]
    Definition Classes
    DelegatingMapperTokenMapperInterface
  2. def allReporterNames: Set[String]
    Definition Classes
    DelegatingMapperTokenMapperInterface
  3. def breedInstruction(primName: String, breedName: String): Option[Instruction]
    Definition Classes
    DelegatingMapperTokenMapperInterface
  4. lazy val commands: Map[String, String]
    Definition Classes
    DelegatingMapper
  5. val defaultMapper: DefaultTokenMapper.type
  6. def getCommand(s: String): Option[core.Command]
    Definition Classes
    DelegatingMapperTokenMapperInterface
  7. def getReporter(s: String): Option[core.Reporter]
    Definition Classes
    DelegatingMapperTokenMapperInterface
  8. def overrideBreedInstruction(primName: String, breedName: String): Option[Instruction]
    Definition Classes
    DelegatingMapper
  9. val path: String
  10. val pkgName: String
  11. lazy val reporters: Map[String, String]
    Definition Classes
    DelegatingMapper