MethodInfo

data class MethodInfo(name: String?, modifiers: Set<Modifier>, params: List<ParameterSpec>, varargs: Boolean, isEpoxyAttribute: Boolean, methodElement: ExecutableElement)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int

Properties

isEpoxyAttribute
Link copied to clipboard
val isEpoxyAttribute: Boolean
methodElement
Link copied to clipboard
val methodElement: ExecutableElement
modifiers
Link copied to clipboard
val modifiers: Set<Modifier>
name
Link copied to clipboard
val name: String?
params
Link copied to clipboard
val params: List<ParameterSpec>
varargs
Link copied to clipboard
val varargs: Boolean