Uses of Package
io.github.protasm.jvmud.compiler.sourcepos
Packages that use io.github.protasm.jvmud.compiler.sourcepos
Package
Description
Core parser for LPC, producing AST structures from token streams.
Minimal LPC preprocessor.
Lexical analysis for LPC source text.
Source position tracking utilities.
Token model classes representing lexical units recognized by the scanner.
-
Classes in io.github.protasm.jvmud.compiler.sourcepos used by io.github.protasm.jvmud.compiler.parserClassDescriptionInclusive start, exclusive end span within a single logical source file.
-
Classes in io.github.protasm.jvmud.compiler.sourcepos used by io.github.protasm.jvmud.compiler.preprocClassDescriptionMaps offsets in generated/processed text back to the original source.
-
Classes in io.github.protasm.jvmud.compiler.sourcepos used by io.github.protasm.jvmud.compiler.scannerClassDescriptionInclusive start, exclusive end span within a single logical source file.
-
Classes in io.github.protasm.jvmud.compiler.sourcepos used by io.github.protasm.jvmud.compiler.sourceposClassDescriptionFast line lookup by maintaining offsets of line starts.Maps offsets in generated/processed text back to the original source.1-based line/column position within a logical source file with absolute offset.Inclusive start, exclusive end span within a single logical source file.
-
Classes in io.github.protasm.jvmud.compiler.sourcepos used by io.github.protasm.jvmud.compiler.tokenClassDescriptionInclusive start, exclusive end span within a single logical source file.