Uses of Interface
com.vladsch.flexmark.util.visitor.AstNode
-
Packages that use AstNode Package Description com.vladsch.flexmark.util.ast com.vladsch.flexmark.util.visitor -
-
Uses of AstNode in com.vladsch.flexmark.util.ast
Fields in com.vladsch.flexmark.util.ast declared as AstNode Modifier and Type Field Description static AstNode<Node>
Node. AST_ADAPTER
-
Uses of AstNode in com.vladsch.flexmark.util.visitor
Fields in com.vladsch.flexmark.util.visitor declared as AstNode Modifier and Type Field Description private @NotNull AstNode<N>
AstActionHandler. astAdapter
Constructors in com.vladsch.flexmark.util.visitor with parameters of type AstNode Constructor Description AstActionHandler(@NotNull AstNode<N> astAdapter)
-