PlanTransform

class PlanTransform extends Plan => Plan

A superclass for plan transforms

trait Plan => Plan
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(tree: Tree): Tree
def apply(plan: TestPlan): Plan
def apply(plan: LetPlan): Plan
def apply(plan: LabeledPlan): Plan
def apply(plan: ReturnPlan): Plan
def apply(plan: SeqPlan): Plan
def apply(plan: Plan): Plan

Inherited methods

def andThen[A](g: Plan => A): Plan => A
Inherited from:
Function1
def compose[A](g: A => Plan): A => Plan
Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1