Factory

dotty.tools.scaladoc.parsers.WikiCodeBlockParser.Factory
class Factory extends CustomBlockParserFactory

Attributes

Graph
Supertypes
trait CustomBlockParserFactory
trait Dependent
trait Function[DataHolder, BlockParserFactory]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def affectsGlobalScope: Boolean

Attributes

Definition Classes
Dependent
override def apply(options: DataHolder): BlockParserFactory

Attributes

Definition Classes
CustomBlockParserFactory -> Function
override def getAfterDependents: HashSet[Class[_]]

Attributes

Definition Classes
Dependent
override def getBeforeDependents: HashSet[Class[_]]

Attributes

Definition Classes
Dependent

Inherited methods

def andThen[V <: <FromJavaObject>](x$0: Function[_ >: BlockParserFactory <: <FromJavaObject>, _ <: V]): Function[T, V]

Attributes

Inherited from:
Function
def compose[V <: <FromJavaObject>](x$0: Function[_ >: V <: <FromJavaObject>, _ <: DataHolder]): Function[V, R]

Attributes

Inherited from:
Function
@Nullable
def getLeadInHandler(x$0: DataHolder): SpecialLeadInHandler

Attributes

Inherited from:
CustomBlockParserFactory