Uses of Record Class
org.ek9lang.cli.SectionedBuffers.Section
Packages that use SectionedBuffers.Section
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of SectionedBuffers.Section in org.ek9lang.cli
Methods in org.ek9lang.cli that return SectionedBuffers.SectionModifier and TypeMethodDescriptionSectionedBuffers.BufferLocation.section()Returns the value of thesectionrecord component.Methods in org.ek9lang.cli that return types with arguments of type SectionedBuffers.SectionModifier and TypeMethodDescriptionSectionedBuffers.getAllSections()Get all sections in the canonical order for source assembly.Method parameters in org.ek9lang.cli with type arguments of type SectionedBuffers.SectionModifier and TypeMethodDescription<T> Optional<T> SectionedBuffers.applyAtLine(int globalLineNum, BiFunction<SectionedBuffers.Section, Integer, T> operation) Apply an operation at a specific global line number.Constructors in org.ek9lang.cli with parameters of type SectionedBuffers.SectionModifierConstructorDescriptionBufferLocation(SectionedBuffers.Section section, int indexInList, int globalLine) Creates an instance of aBufferLocationrecord class.