kotlinpoet
Toggle table of contents
2.3.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
ContextParameter
Context
Parameter
jvm
class
ContextParameter
(
val
name
:
String
,
val
type
:
TypeName
)
Represents a context parameter with a name and type.
Members
Constructors
Context
Parameter
Link copied to clipboard
jvm
constructor
(
name
:
String
,
type
:
TypeName
)
constructor
(
type
:
TypeName
)
Properties
name
Link copied to clipboard
jvm
val
name
:
String
type
Link copied to clipboard
jvm
val
type
:
TypeName
Functions
equals
Link copied to clipboard
jvm
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
jvm
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
jvm
open
override
fun
toString
(
)
:
String