beancount
    Preparing search index...

    Interface SourceFragmentWithLocationNonDirective

    A source fragment that is not a directive (e.g. a comment)

    interface SourceFragmentWithLocationNonDirective {
        directiveInfo: undefined;
        fragment: string[];
        isDirective: false;
        location: SourceLocation;
    }

    Hierarchy

    • SourceFragmentWithLocationBase
      • SourceFragmentWithLocationNonDirective
    Index

    Properties

    directiveInfo: undefined
    fragment: string[]

    The lines of source code

    isDirective: false
    location: SourceLocation

    Location information