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 voidVariationDiffParser.parseLine(LogicalLine line, DiffType diffType, DiffLineNumber lastLineNumber) Parses one logical line and most notably, handles conditional macros.private voidVariationDiffParser.popIfChain(Time time, DiffLineNumber elseLineNumber, LogicalLine line) Pop the stack until an IF node is popped.