o

org.nlogo.nvm

LambdaArgsHandler

object LambdaArgsHandler

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

Type Members

  1. case class ConciseVariadic(instruction: nvm.Instruction) extends Instruction with Product with Serializable
  2. sealed trait Instruction extends AnyRef
  3. case class Static() extends Instruction with Product with Serializable

Value Members

  1. def createCommand(arguments: LambdaArgs, procedure: Procedure): Instruction
  2. def createInstruction(arguments: LambdaArgs, instruction: nvm.Instruction): Instruction