NodeWithImplements

A node that implements other types.

Inheritors

Functions

Link copied to clipboard

open fun addImplementedType(clazz: Class<out Any>): N
Add an implements to this and automatically add the import
open fun addImplementedType(name: String): N
Add an implements to this
Link copied to clipboard
open fun addImplements(clazz: Class<out Any>): N
open fun addImplements(name: String): N
Link copied to clipboard
open fun setImplementedType(i: Int, implement: ClassOrInterfaceType): N
Link copied to clipboard
abstract fun setImplementedTypes(implementsList: NodeList<ClassOrInterfaceType>): N
Link copied to clipboard