|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl
org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl
org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl
org.jetbrains.kotlin.descriptors.impl.FunctionDescriptorImpl
org.jetbrains.kotlin.descriptors.impl.SimpleFunctionDescriptorImpl
org.jetbrains.kotlin.descriptors.impl.FunctionExpressionDescriptor
public class FunctionExpressionDescriptor
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jetbrains.kotlin.descriptors.impl.FunctionDescriptorImpl |
---|
FunctionDescriptorImpl.CopyConfiguration |
Nested classes/interfaces inherited from interface org.jetbrains.kotlin.descriptors.FunctionDescriptor |
---|
FunctionDescriptor.CopyBuilder<D extends FunctionDescriptor> |
Nested classes/interfaces inherited from interface org.jetbrains.kotlin.descriptors.CallableMemberDescriptor |
---|
CallableMemberDescriptor.Kind |
Constructor Summary | |
---|---|
FunctionExpressionDescriptor(DeclarationDescriptor containingDeclaration,
Annotations annotations,
Name name,
CallableMemberDescriptor.Kind kind,
SourceElement source)
|
Method Summary |
---|
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.SimpleFunctionDescriptorImpl |
---|
copy, create, createSubstitutedCopy, getOriginal, initialize, newCopyBuilder |
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl |
---|
getContainingDeclaration, getSource |
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl |
---|
acceptVoid, getName, toString, toString |
Methods inherited from class org.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl |
---|
getAnnotations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jetbrains.kotlin.descriptors.FunctionDescriptor |
---|
getContainingDeclaration, getInitialSignatureDescriptor, getOverriddenDescriptors, isExternal, isHiddenToOvercomeSignatureClash, isInfix, isInline, isOperator, isTailrec, substitute |
Methods inherited from interface org.jetbrains.kotlin.descriptors.CallableMemberDescriptor |
---|
getKind, setOverriddenDescriptors |
Methods inherited from interface org.jetbrains.kotlin.descriptors.CallableDescriptor |
---|
getDispatchReceiverParameter, getExtensionReceiverParameter, getReturnType, getTypeParameters, getValueParameters, hasStableParameterNames, hasSynthesizedParameterNames |
Methods inherited from interface org.jetbrains.kotlin.descriptors.MemberDescriptor |
---|
getModality, getVisibility |
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithSource |
---|
getSource |
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor |
---|
accept, acceptVoid |
Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated |
---|
getAnnotations |
Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
---|
getName |
Constructor Detail |
---|
public FunctionExpressionDescriptor(@NotNull DeclarationDescriptor containingDeclaration, @NotNull Annotations annotations, @NotNull Name name, @NotNull CallableMemberDescriptor.Kind kind, @NotNull SourceElement source)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |