Ast

object Ast
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Ast.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(node: NewNode): Ast
def apply(): Ast
def storeInDiffGraph(ast: Ast, diffGraph: Builder): Unit

Copy nodes/edges of given AST into the given diffGraph.

Copy nodes/edges of given AST into the given diffGraph.

def storeInDiffGraph(ast: Ast, diffGraph: DiffGraphBuilder): Unit