Class SleighLanguage

  • All Implemented Interfaces:
    Language

    public class SleighLanguage
    extends java.lang.Object
    implements Language
    • Field Detail

      • SLA_FORMAT_VERSION MODIFIED

        constant: 2 → 3
        -static int SLA_FORMAT_VERSION
        +static int SLA_FORMAT_VERSION
        public static final int SLA_FORMAT_VERSION
        SLA_FORMAT_VERSION will be incremented whenever the format of the .sla files change.

        Version 3: January 2021: added source file information for each constructor.
        Version 2: April 2019: Changed numbering of Overlay spaces.
        Version 1: Initial version.

        See Also:
        Constant Field Values

Method Detail

  • getSourceFileIndexer NEW

    public SourceFileIndexer getSourceFileIndexer()
    Returns the source file indexer
    Returns:
    indexer