zserio.ast.DocCommentAstBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zserio Show documentation
Show all versions of zserio Show documentation
Zserio Serialization Framework Compiler
The newest version!
package zserio.ast;
import java.util.ArrayList;
import java.util.List;
import org.antlr.v4.runtime.Token;
import zserio.antlr.DocCommentBaseVisitor;
import zserio.antlr.DocCommentParser;
/**
* Implementation of DocCommentBaseVisitor which build the documentation comment AST.
*/
final class DocCommentAstBuilder extends DocCommentBaseVisitor
© 2015 - 2025 Weber Informatics LLC | Privacy Policy