BlockMatch

org.nlogo.compile.api.BlockMatch
class BlockMatch(val node: AstNode) extends Match

Attributes

Source
PrimitiveMungers.scala
Graph
Supertypes
trait Match
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def matchReporterBlock(): Match

Attributes

Definition Classes
Source
PrimitiveMungers.scala

Inherited methods

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

Attributes

Inherited from:
Match
Source
PrimitiveMungers.scala
def command: Command

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Match
Source
PrimitiveMungers.scala

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Match
Source
PrimitiveMungers.scala

Attributes

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

Attributes

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

Attributes

Inherited from:
Match
Source
PrimitiveMungers.scala
def report: AnyRef

Attributes

Inherited from:
Match
Source
PrimitiveMungers.scala

Attributes

Inherited from:
Match
Source
PrimitiveMungers.scala
def strip(): Unit

Attributes

Inherited from:
Match
Source
PrimitiveMungers.scala

Concrete fields

val node: AstNode

Attributes

Source
PrimitiveMungers.scala