PlanTransform

dotty.tools.dotc.transform.PatternMatcher.Translator.PlanTransform
class PlanTransform extends Plan => Plan

A superclass for plan transforms

Attributes

Graph
Supertypes
trait Plan => Plan
class Object
trait Matchable
class Any

Members list

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): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Plan): A => R

Attributes

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.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1