JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.vladsch.flexmark.util.visitor
AstNode
Contents
Description
Method Summary
Method Details
getFirstChild(N)
getNext(N)
Hide sidebar
Show sidebar
Interface AstNode<N>
Type Parameters:
N
- type of node
public interface
AstNode<N>
Interface for converting to AstAccess
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
N
getFirstChild
(
N
node)
N
getNext
(
N
node)
Method Details
getFirstChild
@Nullable
N
getFirstChild
(@NotNull
N
node)
getNext
@Nullable
N
getNext
(@NotNull
N
node)