|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.descriptors.annotations.AnnotationDescriptorImpl
public class AnnotationDescriptorImpl
Constructor Summary | |
---|---|
AnnotationDescriptorImpl(JetType annotationType,
java.util.Map<ValueParameterDescriptor,CompileTimeConstant<?>> valueArguments)
|
Method Summary | |
---|---|
java.util.Map<ValueParameterDescriptor,CompileTimeConstant<?>> |
getAllValueArguments()
|
JetType |
getType()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnnotationDescriptorImpl(@NotNull JetType annotationType, @NotNull java.util.Map<ValueParameterDescriptor,CompileTimeConstant<?>> valueArguments)
Method Detail |
---|
@NotNull public JetType getType()
getType
in interface AnnotationDescriptor
@NotNull public java.util.Map<ValueParameterDescriptor,CompileTimeConstant<?>> getAllValueArguments()
getAllValueArguments
in interface AnnotationDescriptor
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |