CompilerSubPhase

portals.compiler.CompilerSubPhase$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def empty[T]: CompilerSubPhase[T, T]

Empty compiler phase, can be used to start a chain of compiler phases.

Empty compiler phase, can be used to start a chain of compiler phases.

Attributes

def map[T, U](f: T => U): CompilerSubPhase[T, U]

Compiler phase that maps with the provided function f.

Compiler phase that maps with the provided function f.

Attributes