Uses of Class
org.commonmark.internal.inline.LinkResultImpl.Type
-
Packages that use LinkResultImpl.Type Package Description org.commonmark.internal.inline -
-
Uses of LinkResultImpl.Type in org.commonmark.internal.inline
Fields in org.commonmark.internal.inline declared as LinkResultImpl.Type Modifier and Type Field Description private LinkResultImpl.Type
LinkResultImpl. type
Methods in org.commonmark.internal.inline that return LinkResultImpl.Type Modifier and Type Method Description LinkResultImpl.Type
LinkResultImpl. getType()
static LinkResultImpl.Type
LinkResultImpl.Type. valueOf(java.lang.String name)
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.Type Constructor Description LinkResultImpl(LinkResultImpl.Type type, Node node, Position position)
-