toggle menu
lib
jvm
switch theme
search in API
kore
/
dev.buijs.klutter.kore.ast
/
AbstractType
Abstract
Type
sealed
class
AbstractType
Parent for all types in the ast package.
Inheritors
CustomType
EnumType
UndeterminedType
StandardType
Members
Members & Extensions
Properties
class
Name
Link copied to clipboard
open
val
className
:
String
fqdn
Link copied to clipboard
val
fqdn
:
String
package
Name
Link copied to clipboard
open
val
packageName
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
type
Simplename
Link copied to clipboard
fun
AbstractType
?
.
typeSimplename
(
asKotlinType
:
Boolean
=
true
)
:
String