org.jetbrains.jet.lang.resolve.java.structure
Interface JavaAnnotationArgument

All Superinterfaces:
JavaElement
All Known Subinterfaces:
JavaAnnotationAsAnnotationArgument, JavaArrayAnnotationArgument, JavaClassObjectAnnotationArgument, JavaLiteralAnnotationArgument, JavaReferenceAnnotationArgument
All Known Implementing Classes:
JavaAnnotationArgumentImpl, JavaAnnotationAsAnnotationArgumentImpl, JavaArrayAnnotationArgumentImpl, JavaClassObjectAnnotationArgumentImpl, JavaLiteralAnnotationArgumentImpl, JavaReferenceAnnotationArgumentImpl

public interface JavaAnnotationArgument
extends JavaElement


Method Summary
 Name getName()
           
 

Method Detail

getName

@Nullable
Name getName()