jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.ast.visitor
/
Visitable
Visitable
interface
Visitable
(
source
)
Inheritors
NodeList
Node
Members
Functions
accept
Link copied to clipboard
abstract
fun
<
R
,
A
>
accept
(
v
:
GenericVisitor
<
R
,
A
>
,
arg
:
A
)
:
R
abstract
fun
<
A
>
accept
(
v
:
VoidVisitor
<
A
>
,
arg
:
A
)
Accept method for visitor support.