protected abstract class ASTNodeConverter.Converter
extends java.lang.Object
convert()| Modifier | Constructor and Description |
|---|---|
protected |
Converter() |
| Modifier and Type | Method and Description |
|---|---|
abstract JNode |
convert() |
protected void |
moveChildren(JNode source,
JNode target)
Removes children from the source node and adds them to the target node.
|
protected void |
replaceNode(JNode existingNode,
JNode newNode)
Replaces existing node by new node.
|
Copyright © 2019. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature