JavaParameterOrVariable

open class JavaParameterOrVariable(ctx: AnalysisContext, impl: VariableTree) : JavaElement, CallableDeclaration

Functions

getAnnotations
Link copied to clipboard
abstract fun getAnnotations(): List<Annotation>
getResolvedCall
Link copied to clipboard
fun getResolvedCall(): ResolvedCall?
abstract fun getResolvedCall(context: ResolutionContext): ResolvedCall?
getVariableDescriptor
Link copied to clipboard
abstract fun getVariableDescriptor(context: ResolutionContext): VariableDescriptor?
impl
Link copied to clipboard
abstract fun impl(): Any
lastBlockStatementOrThis
Link copied to clipboard
abstract fun lastBlockStatementOrThis(): Expression
location
Link copied to clipboard
abstract fun location(): CompilerMessageSourceLocation?
parents
Link copied to clipboard
abstract fun parents(): List<Element>
type
Link copied to clipboard
fun type(): Type?
abstract fun type(context: ResolutionContext): Type?

Properties

annotationEntries
Link copied to clipboard
abstract val annotationEntries: List<AnnotationEntry>
fqName
Link copied to clipboard
open override val fqName: FqName
modifierList
Link copied to clipboard
abstract val modifierList: ModifierList?
name
Link copied to clipboard
open override val name: String
nameAsName
Link copied to clipboard
open override val nameAsName: Name
nameAsSafeName
Link copied to clipboard
open override val nameAsSafeName: Name
parents
Link copied to clipboard
open override val parents: List<Element>
psiOrParent
Link copied to clipboard
abstract val psiOrParent: Element
receiverTypeReference
Link copied to clipboard
open override val receiverTypeReference: TypeReference? = null
text
Link copied to clipboard
open override val text: String
typeConstraintList
Link copied to clipboard
open override val typeConstraintList: TypeConstraintList? = null
typeConstraints
Link copied to clipboard
open override val typeConstraints: List<TypeConstraint>
typeParameterList
Link copied to clipboard
open override val typeParameterList: TypeParameterList? = null
typeParameters
Link copied to clipboard
open override val typeParameters: List<TypeParameter>
typeReference
Link copied to clipboard
open override val typeReference: TypeReference?
valueParameterList
Link copied to clipboard
open override val valueParameterList: ParameterList? = null
valueParameters
Link copied to clipboard
open override val valueParameters: List<Parameter>

Inheritors

JavaVariable
Link copied to clipboard
JavaParameter
Link copied to clipboard