TotalWalker

esmeta.fuzzer.mutator.NearestMutator.TotalWalker

internal walker that mutates all internal nodes with same prob.

Attributes

Graph
Supertypes
trait ListWalker
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(ast: Syntactic, n: Int): List[Syntactic]
override def walk(ast: Syntactic): List[Syntactic]

Attributes

Definition Classes

Inherited methods

def walk(ast: Lexical): List[Lexical]

Attributes

Inherited from:
ListWalker
def walk(ast: Ast): List[Ast]

Attributes

Inherited from:
ListWalker
def walkOpt(opt: Option[Ast]): List[Option[Ast]]

Attributes

Inherited from:
ListWalker

Concrete fields

var c: Int