Java Resolved Call
class JavaResolvedCall( ctx: AnalysisContext, whole: Tree, method: Symbol, receiver: Tree?, typeArgs: List<Tree>, arguments: List<Tree>) : ResolvedCall
Content copied to clipboard
Constructors
Link copied to clipboard
fun JavaResolvedCall( ctx: AnalysisContext, whole: Tree, method: Symbol, receiver: Tree?, typeArgs: List<Tree>, arguments: List<Tree>)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
open override val valueArguments: Map<ValueParameterDescriptor, ResolvedValueArgument>
Content copied to clipboard