Uses of Enum Class
cloud.opencode.base.string.diff.DiffLine.Type
Packages that use DiffLine.Type
-
Uses of DiffLine.Type in cloud.opencode.base.string.diff
Subclasses with type arguments of type DiffLine.Type in cloud.opencode.base.string.diffMethods in cloud.opencode.base.string.diff that return DiffLine.TypeModifier and TypeMethodDescriptionDiffLine.type()Returns the value of thetyperecord component.static DiffLine.TypeReturns the enum constant of this class with the specified name.static DiffLine.Type[]DiffLine.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.string.diff with parameters of type DiffLine.TypeModifierConstructorDescriptionDiffLine(DiffLine.Type type, int originalLine, int revisedLine, String content) Creates an instance of aDiffLinerecord class.