addClass
Add a public class to the types of this compilation unit
Return
the newly created class
Parameters
name
the class name
open fun addClass(name: String, modifiers: Array<Modifier.DefaultKeyword>): ClassOrInterfaceDeclaration(source)
Add a class to the types of this compilation unit
Return
the newly created class
Parameters
name
the class name
modifiers
the modifiers (like Modifier.PUBLIC)