Uses of Interface
org.variantsync.diffdetective.variation.tree.source.VariationTreeSource
Packages that use VariationTreeSource
Package
Description
-
Uses of VariationTreeSource in org.variantsync.diffdetective.variation.diff
Classes in org.variantsync.diffdetective.variation.diff that implement VariationTreeSource -
Uses of VariationTreeSource in org.variantsync.diffdetective.variation.diff.bad
Classes in org.variantsync.diffdetective.variation.diff.bad that implement VariationTreeSource -
Uses of VariationTreeSource in org.variantsync.diffdetective.variation.diff.source
Fields in org.variantsync.diffdetective.variation.diff.source declared as VariationTreeSourceModifier and TypeFieldDescriptionprivate final VariationTreeSourceVariationTreeDiffSource.afterThe field for theafterrecord component.private final VariationTreeSourceVariationTreeDiffSource.beforeThe field for thebeforerecord component.private final VariationTreeSourceFromVariationTreeSource.innerThe field for theinnerrecord component.Methods in org.variantsync.diffdetective.variation.diff.source that return VariationTreeSourceModifier and TypeMethodDescriptionVariationTreeDiffSource.after()Returns the value of theafterrecord component.VariationTreeDiffSource.before()Returns the value of thebeforerecord component.FromVariationTreeSource.inner()Returns the value of theinnerrecord component.Constructors in org.variantsync.diffdetective.variation.diff.source with parameters of type VariationTreeSourceModifierConstructorDescriptionCreates an instance of aFromVariationTreeSourcerecord class.VariationTreeDiffSource(VariationTreeSource before, VariationTreeSource after) Creates an instance of aVariationTreeDiffSourcerecord class. -
Uses of VariationTreeSource in org.variantsync.diffdetective.variation.tree
Fields in org.variantsync.diffdetective.variation.tree declared as VariationTreeSourceModifier and TypeFieldDescriptionprivate final VariationTreeSourceVariationTree.sourceThe field for thesourcerecord component.Methods in org.variantsync.diffdetective.variation.tree that return VariationTreeSourceModifier and TypeMethodDescriptionVariationTree.source()Returns the value of thesourcerecord component.Methods in org.variantsync.diffdetective.variation.tree with parameters of type VariationTreeSourceModifier and TypeMethodDescriptionstatic VariationTree<DiffLinesLabel> VariationTree.fromFile(BufferedReader input, VariationTreeSource source, VariationDiffParseOptions parseOptions) Parses aVariationTreefrom source code with C preprocessor annotations.static <L extends Label>
VariationTree<L> VariationTree.fromProjection(Projection<L> projection, VariationTreeSource source) static <T extends VariationNode<T,L>, L extends Label>
VariationTree<L> VariationTree.fromVariationNode(VariationNode<T, L> node, VariationTreeSource source) Constructors in org.variantsync.diffdetective.variation.tree with parameters of type VariationTreeSourceModifierConstructorDescriptionVariationTree(VariationTreeNode<L> root, VariationTreeSource source) Creates aVariationTreewith the given root and source. -
Uses of VariationTreeSource in org.variantsync.diffdetective.variation.tree.source
Classes in org.variantsync.diffdetective.variation.tree.source that implement VariationTreeSourceModifier and TypeClassDescriptionfinal recordA file at a specific commit in a Git repository.final recordA reference to a file with pathpathin the local file system.Fields in org.variantsync.diffdetective.variation.tree.source declared as VariationTreeSourceModifier and TypeFieldDescriptionstatic final VariationTreeSourceVariationTreeSource.UnknownThe source of the variation tree is unknown.