Uses of Class
com.github.rjeschke.txtmark.LinkRef
-
Packages that use LinkRef Package Description com.github.rjeschke.txtmark -
-
Uses of LinkRef in com.github.rjeschke.txtmark
Fields in com.github.rjeschke.txtmark with type parameters of type LinkRef Modifier and Type Field Description private java.util.HashMap<java.lang.String,LinkRef>Emitter. linkRefsLink references.Methods in com.github.rjeschke.txtmark with parameters of type LinkRef Modifier and Type Method Description voidEmitter. addLinkRef(java.lang.String key, LinkRef linkRef)Adds a LinkRef to this set of LinkRefs.
-