beancount
    Preparing search index...

    Interface SourceFragmentWithLocationDirective

    A source fragment identified as a directive

    interface SourceFragmentWithLocationDirective {
        directiveInfo: DirectiveInfo;
        fragment: string[];
        isDirective: true;
        location: SourceLocation;
    }

    Hierarchy

    • SourceFragmentWithLocationBase
      • SourceFragmentWithLocationDirective
    Index

    Properties

    directiveInfo: DirectiveInfo
    fragment: string[]

    The lines of source code

    isDirective: true
    location: SourceLocation

    Location information