toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.coding.tools.api
/
ApiClass
Api
Class
data
class
ApiClass
(
val
name
:
String
,
val
packageName
:
String
,
val
type
:
String
,
val
methods
:
List
<
ApiMethod
>
=
emptyList()
,
val
annotations
:
List
<
String
>
=
emptyList()
,
val
superTypes
:
List
<
String
>
=
emptyList()
,
val
comment
:
String
?
=
null
)
Members
Constructors
Api
Class
Link copied to clipboard
constructor
(
name
:
String
,
packageName
:
String
,
type
:
String
,
methods
:
List
<
ApiMethod
>
=
emptyList()
,
annotations
:
List
<
String
>
=
emptyList()
,
superTypes
:
List
<
String
>
=
emptyList()
,
comment
:
String
?
=
null
)
Properties
annotations
Link copied to clipboard
val
annotations
:
List
<
String
>
comment
Link copied to clipboard
val
comment
:
String
?
=
null
methods
Link copied to clipboard
val
methods
:
List
<
ApiMethod
>
name
Link copied to clipboard
val
name
:
String
package
Name
Link copied to clipboard
val
packageName
:
String
super
Types
Link copied to clipboard
val
superTypes
:
List
<
String
>
type
Link copied to clipboard
val
type
:
String
Functions
fqn
Link copied to clipboard
fun
fqn
(
)
:
String