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.TypeLinkResultImpl. typeMethods in org.commonmark.internal.inline that return LinkResultImpl.Type Modifier and Type Method Description LinkResultImpl.TypeLinkResultImpl. getType()static LinkResultImpl.TypeLinkResultImpl.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)
-