Uses of Record Class
ai.doctruth.SourceLocation
Packages that use SourceLocation
-
Uses of SourceLocation in ai.doctruth
Methods in ai.doctruth that return SourceLocationModifier and TypeMethodDescriptionCitation.location()Returns the value of thelocationrecord component.FigureSection.location()Returns the value of thelocationrecord component.TableSection.location()Returns the value of thelocationrecord component.TextSection.location()Returns the value of thelocationrecord component.Constructors in ai.doctruth with parameters of type SourceLocationModifierConstructorDescriptionCitation(SourceLocation location, String exactQuote, double matchScore) Creates an instance of aCitationrecord class.FigureSection(String caption, SourceLocation location) Creates an instance of aFigureSectionrecord class.TableSection(List<List<String>> rows, SourceLocation location) Creates an instance of aTableSectionrecord class.TextSection(String text, SourceLocation location) Backward-compat 2-arg constructor — defaultskindtoBlockKind.OTHER.TextSection(String text, SourceLocation location, BlockKind kind) Creates an instance of aTextSectionrecord class.