JavaParameterOrVariable

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

Constructors

Link copied to clipboard
fun JavaParameterOrVariable(ctx: AnalysisContext, impl: VariableTree)

Functions

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

Properties

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

Inheritors

Link copied to clipboard
Link copied to clipboard