JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.vladsch.flexmark.util.visitor
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)