epoxy-processor
/
com.airbnb.epoxy.processor
/
MethodInfo
Method
Info
data class
MethodInfo
(name:
String
?, modifiers:
Set
<
Modifier
>, params:
List
<
ParameterSpec
>, varargs:
Boolean
, isEpoxyAttribute:
Boolean
, methodElement:
ExecutableElement
)
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
Properties
isEpoxyAttribute
Link copied to clipboard
val
isEpoxyAttribute
:
Boolean
Content copied to clipboard
methodElement
Link copied to clipboard
val
methodElement
:
ExecutableElement
Content copied to clipboard
modifiers
Link copied to clipboard
val
modifiers
:
Set
<
Modifier
>
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
params
Link copied to clipboard
val
params
:
List
<
ParameterSpec
>
Content copied to clipboard
varargs
Link copied to clipboard
val
varargs
:
Boolean
Content copied to clipboard