JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
G
H
P
A
addActionHandler(H)
- Method in class com.vladsch.flexmark.util.visitor.
AstActionHandler
addActionHandlers(H[]...)
- Method in class com.vladsch.flexmark.util.visitor.
AstActionHandler
AstAction
<
N
> - Interface in
com.vladsch.flexmark.util.visitor
Interface for subclassing by specific Node actions: visit, format, render, etc
AstActionHandler
<
C
extends
AstActionHandler
<
C
,
N
,
A
,
H
>,
N
,
A
extends
AstAction
<
N
>,
H
extends
AstHandler
<
N
,
A
>> - Class in
com.vladsch.flexmark.util.visitor
Intended to be completed by subclasses for specific node types and node actions
AstActionHandler(AstNode<N>)
- Constructor for class com.vladsch.flexmark.util.visitor.
AstActionHandler
AstHandler
<
N
,
A
extends
AstAction
<? super
N
>> - Class in
com.vladsch.flexmark.util.visitor
Base class for tracking generic node to specific node handler
AstHandler(Class<? extends N>, A)
- Constructor for class com.vladsch.flexmark.util.visitor.
AstHandler
AstNode
<
N
> - Interface in
com.vladsch.flexmark.util.visitor
Interface for converting to AstAccess
C
com.vladsch.flexmark.util.visitor
- package com.vladsch.flexmark.util.visitor
E
equals(Object)
- Method in class com.vladsch.flexmark.util.visitor.
AstHandler
G
getAction(N)
- Method in class com.vladsch.flexmark.util.visitor.
AstActionHandler
getAction(Class<?>)
- Method in class com.vladsch.flexmark.util.visitor.
AstActionHandler
getAdapter()
- Method in class com.vladsch.flexmark.util.visitor.
AstHandler
getFirstChild(N)
- Method in interface com.vladsch.flexmark.util.visitor.
AstNode
getHandler(N)
- Method in class com.vladsch.flexmark.util.visitor.
AstActionHandler
getHandler(Class<?>)
- Method in class com.vladsch.flexmark.util.visitor.
AstActionHandler
getNext(N)
- Method in interface com.vladsch.flexmark.util.visitor.
AstNode
getNodeClasses()
- Method in class com.vladsch.flexmark.util.visitor.
AstActionHandler
getNodeType()
- Method in class com.vladsch.flexmark.util.visitor.
AstHandler
H
hashCode()
- Method in class com.vladsch.flexmark.util.visitor.
AstHandler
P
processChildren(N, BiConsumer<N, A>)
- Method in class com.vladsch.flexmark.util.visitor.
AstActionHandler
processNode(N, boolean, BiConsumer<N, A>)
- Method in class com.vladsch.flexmark.util.visitor.
AstActionHandler
Node processing called for every node being processed
processNodeOnly(N, R, BiFunction<N, A, R>)
- Method in class com.vladsch.flexmark.util.visitor.
AstActionHandler
Process the node and return value from the processor
A
C
E
G
H
P
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020. All rights reserved.