Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractNodeBuilder<N, B>

An abstract implementation of BuilderInterface

Type parameters

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _node

_node: N

Methods

build

  • build(): N

Protected Abstract getThis

  • getThis(): B

withChild

  • withChild(node: N): B

withName

  • withName(name: string): B

withReadContent

  • withReadContent(reader: function): B

withWriteContent

  • withWriteContent(writer: function): B

Generated using TypeDoc