Uses of Interface
io.github.protasm.jvmud.compiler.sourcepos.SourceMapper
Packages that use SourceMapper
Package
Description
Minimal LPC preprocessor.
Source position tracking utilities.
-
Uses of SourceMapper in io.github.protasm.jvmud.compiler.preproc
Methods in io.github.protasm.jvmud.compiler.preproc that return SourceMapperModifier and TypeMethodDescriptionPreprocessedSource.mapper()Returns the value of themapperrecord component.Constructors in io.github.protasm.jvmud.compiler.preproc with parameters of type SourceMapperModifierConstructorDescriptionPreprocessedSource(String source, SourceMapper mapper) Creates an instance of aPreprocessedSourcerecord class. -
Uses of SourceMapper in io.github.protasm.jvmud.compiler.sourcepos
Classes in io.github.protasm.jvmud.compiler.sourcepos that implement SourceMapperModifier and TypeClassDescriptionfinal classMapping implementation that tracks contiguous segments of generated text back to originalLineMaps.Methods in io.github.protasm.jvmud.compiler.sourcepos that return SourceMapper