Match

org.nlogo.compile.api.Match
See theMatch companion object
trait Match

Attributes

Companion
object
Source
PrimitiveMungers.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def addArg(theClass: Class[_ <: Reporter], original: ReporterApp): Match

Attributes

Source
PrimitiveMungers.scala
def command: Command

Attributes

Source
PrimitiveMungers.scala
def graftArg(newArg: Match): Unit

Attributes

Source
PrimitiveMungers.scala
def matchArg(index: Int): Match

Attributes

Source
PrimitiveMungers.scala
def matchArg(index: Int, classes: Class[_ <: Instruction]*): Match

Attributes

Source
PrimitiveMungers.scala
def matchOneArg(theClass: Class[_ <: Instruction]): Match

Attributes

Source
PrimitiveMungers.scala
def matchOtherArg(alreadyMatched: Match, classes: Class[_ <: Instruction]*): Match

Attributes

Source
PrimitiveMungers.scala
def matchit(theClass: Class[_ <: Instruction]): Match

Attributes

Source
PrimitiveMungers.scala

Attributes

Source
PrimitiveMungers.scala
def replace(newGuy: Instruction): Unit

Attributes

Source
PrimitiveMungers.scala
def replace(theClass: Class[_ <: Instruction], constructorArgs: Any*): Unit

Attributes

Source
PrimitiveMungers.scala
def report: AnyRef

Attributes

Source
PrimitiveMungers.scala

Attributes

Source
PrimitiveMungers.scala
def strip(): Unit

Attributes

Source
PrimitiveMungers.scala

Abstract fields

val node: AstNode

Attributes

Source
PrimitiveMungers.scala