rd-gen
Toggle table of contents
2025.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
rd-gen
rd-gen
/
com.jetbrains.rd.generator.nova
/
Member
/
Method
Method
class
Method
(
val
name
:
String
,
val
resultType
:
IType
,
val
args
:
List
<
Pair
<
String
,
IType
>
>
)
:
Member
Members
Members & Extensions
Constructors
Method
Link copied to clipboard
constructor
(
name
:
String
,
resultType
:
IType
,
args
:
List
<
Pair
<
String
,
IType
>
>
)
Properties
args
Link copied to clipboard
val
args
:
List
<
Pair
<
String
,
IType
>
>
documentation
Link copied to clipboard
var
documentation
:
String
?
has
Empty
Constructor
Link copied to clipboard
val
Member
.
hasEmptyConstructor
:
Boolean
name
Link copied to clipboard
open
override
val
name
:
String
owner
Link copied to clipboard
lateinit
var
owner
:
Declaration
referenced
Types
Link copied to clipboard
val
referencedTypes
:
List
<
IType
>
result
Type
Link copied to clipboard
val
resultType
:
IType
settings
Link copied to clipboard
open
override
val
settings
:
MutableMap
<
ISetting
<
*
,
*
>
,
Any
>
Functions
doc
Link copied to clipboard
fun
Member
.
doc
(
value
:
String
)
:
Member
serialization
Hash
Link copied to clipboard
fun
serializationHash
(
initial
:
IncrementalHash64
)
:
IncrementalHash64
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
validate
Link copied to clipboard
fun
validate
(
errors
:
MutableList
<
String
>
)