Uses of Class
org.variantsync.diffdetective.variation.diff.parse.LogicalLine
Packages that use LogicalLine
-
Uses of LogicalLine in org.variantsync.diffdetective.variation.diff.parse
Methods in org.variantsync.diffdetective.variation.diff.parse with parameters of type LogicalLineModifier and TypeMethodDescriptionprivate void
VariationDiffParser.parseLine
(LogicalLine line, DiffType diffType, DiffLineNumber lastLineNumber) Parses one logical line and most notably, handles conditional macros.