public interface NodeConverter
| Modifier and Type | Method and Description |
|---|---|
JAbstractType |
convert(JAbstractType abstractType,
java.lang.Class<? extends JAbstractType> cls)
Converts the specified abstract type to an instance of the given class and returns the converted node.
|
JAbstractType convert(JAbstractType abstractType, java.lang.Class<? extends JAbstractType> cls)
abstractType - type to convertcls - class of the converted nodeCopyright © 2021. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature