InternedWriter

trait InternedWriter[T <: Node] extends Writer[T]
trait Writer[T]
class Object
trait Matchable
class Any
trait Dispatch[T]
trait Specialized[T]
object ofTypeRef.type

Value members

Concrete methods

def getOrAssignId(v: T)(implicit ctx: Context): Id
final def intern(v: T)(implicit ctx: Context): Id
protected def internDeps(v: T)(implicit ctx: Context): Unit

Inherited methods

final def sb(implicit ctx: Context): ShowBuilder
Inherited from:
Writer
final def write(v: T)(implicit ctx: Context): Unit
Inherited from:
Writer
def writeMetadata(v: T, ctx: Context): Unit
Inherited from:
Writer