jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
jmlparser-parent
utils
/
io.github.jmltoolkit.utils
/
JavaTemplate
/
IdentifierSubstitution
Identifier
Substitution
class
IdentifierSubstitution
@
JvmOverloads
constructor
(
map
:
MutableMap
<
String
?
,
String
?
>
=
HashMap()
)
:
JavaTemplate.SubstitutionFactory
(
source
)
Members
Constructors
Identifier
Substitution
Link copied to clipboard
@
JvmOverloads
constructor
(
map
:
MutableMap
<
String
?
,
String
?
>
=
HashMap()
)
Functions
add
Link copied to clipboard
fun
add
(
name
:
String
?
,
newName
:
String
?
)
replacable
Link copied to clipboard
open
override
fun
replacable
(
node
:
Node
)
:
Boolean
substitution
Of
Link copied to clipboard
open
override
fun
substitutionOf
(
node
:
Node
)
:
Node