org.jetbrains.jet.lang.resolve.java.structure.impl
Class JavaLiteralAnnotationArgumentImpl

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.structure.impl.JavaLiteralAnnotationArgumentImpl
All Implemented Interfaces:
JavaAnnotationArgument, JavaElement, JavaLiteralAnnotationArgument

public class JavaLiteralAnnotationArgumentImpl
extends java.lang.Object
implements JavaLiteralAnnotationArgument


Constructor Summary
JavaLiteralAnnotationArgumentImpl(Name name, java.lang.Object value)
           
 
Method Summary
 Name getName()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaLiteralAnnotationArgumentImpl

public JavaLiteralAnnotationArgumentImpl(@Nullable
                                         Name name,
                                         @Nullable
                                         java.lang.Object value)
Method Detail

getName

@Nullable
public Name getName()
Specified by:
getName in interface JavaAnnotationArgument

getValue

@Nullable
public java.lang.Object getValue()
Specified by:
getValue in interface JavaLiteralAnnotationArgument