Uses of Enum Class
ai.doctruth.BlockKind
Packages that use BlockKind
-
Uses of BlockKind in ai.doctruth
Subclasses with type arguments of type BlockKind in ai.doctruthModifier and TypeClassDescriptionenumVisual / structural classification of aTextSectionas detected by Layer 1 parsing — a geometric / typographic judgement, NOT a semantic one.Methods in ai.doctruth that return BlockKindModifier and TypeMethodDescriptionTextSection.kind()Returns the value of thekindrecord component.static BlockKindReturns the enum constant of this class with the specified name.static BlockKind[]BlockKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ai.doctruth with parameters of type BlockKindModifierConstructorDescriptionTextSection(String text, SourceLocation location, BlockKind kind) Creates an instance of aTextSectionrecord class.