AstCreatorBase

abstract class AstCreatorBase(filename: String)
class Object
trait Matchable
class Any

Value members

Abstract methods

def createAst(): DiffGraphBuilder

Concrete methods

def absolutePath(filename: String): String

Absolute path for the given file name

Absolute path for the given file name

def globalNamespaceBlock(): NewNamespaceBlock

Create a global namespace block for the given filename

Create a global namespace block for the given filename

Concrete fields

val diffGraph: DiffGraphBuilder