com.vladsch.flexmark.ext.ins.InsVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexmark-ext-ins Show documentation
Show all versions of flexmark-ext-ins Show documentation
flexmark-java extension for ins
The newest version!
package com.vladsch.flexmark.ext.ins;
public interface InsVisitor {
void visit(Ins node);
}