org.jetbrains.jet.lang.descriptors.annotations
Interface AnnotationDescriptor

All Known Implementing Classes:
AnnotationDescriptorImpl

public interface AnnotationDescriptor


Method Summary
 java.util.Map<ValueParameterDescriptor,CompileTimeConstant<?>> getAllValueArguments()
           
 JetType getType()
           
 CompileTimeConstant<?> getValueArgument(ValueParameterDescriptor valueParameterDescriptor)
           
 

Method Detail

getType

@NotNull
JetType getType()

getValueArgument

@Nullable
CompileTimeConstant<?> getValueArgument(@NotNull
                                                 ValueParameterDescriptor valueParameterDescriptor)

getAllValueArguments

@NotNull
java.util.Map<ValueParameterDescriptor,CompileTimeConstant<?>> getAllValueArguments()