MethodSelector

org.nlogo.generate.MethodSelector

Attributes

Source
MethodSelector.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Result = List[(Method, Long)]

Attributes

Source
MethodSelector.scala

Value members

Concrete methods

def conversionCost(typeFrom: Class[_], typeTo: Class[_]): Option[Long]

Attributes

Source
MethodSelector.scala
def evaluate(i: Instruction, profilingEnabled: Boolean): Result

Attributes

Source
MethodSelector.scala
def select(i: Instruction, returnType: Class[_], profilingEnabled: Boolean): Option[Method]

Attributes

Source
MethodSelector.scala