com.vladsch.flexmark.ext.zzzzzz.ZzzzzzVisitorExt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexmark-ext-zzzzzz Show documentation
Show all versions of flexmark-ext-zzzzzz Show documentation
flexmark-java extension for zzzzzz
package com.vladsch.flexmark.ext.zzzzzz;
import com.vladsch.flexmark.ast.VisitHandler;
import com.vladsch.flexmark.ast.Visitor;
public class ZzzzzzVisitorExt {
public static VisitHandler>[] VISIT_HANDLERS(final V visitor) {
return new VisitHandler>[] {
// @formatter:off
new VisitHandler(Zzzzzz.class, new Visitor() { @Override public void visit(Zzzzzz node) { visitor.visit(node); } }),// zzzoptionszzz(CUSTOM_NODE)
new VisitHandler(ZzzzzzBlock.class, new Visitor() { @Override public void visit(ZzzzzzBlock node) { visitor.visit(node); } }),// zzzoptionszzz(CUSTOM_BLOCK_NODE)
// @formatter:on
};
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy