Uses of Enum
org.commonmark.internal.inline.LinkResultImpl.Type
Packages that use LinkResultImpl.Type
-
Uses of LinkResultImpl.Type in org.commonmark.internal.inline
Fields in org.commonmark.internal.inline declared as LinkResultImpl.TypeMethods in org.commonmark.internal.inline that return LinkResultImpl.TypeModifier and TypeMethodDescriptionLinkResultImpl.getType()
static LinkResultImpl.Type
Returns the enum constant of this type with the specified name.static LinkResultImpl.Type[]
LinkResultImpl.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.commonmark.internal.inline with parameters of type LinkResultImpl.TypeModifierConstructorDescriptionLinkResultImpl
(LinkResultImpl.Type type, Node node, Position position)