Class AnnotationDescImpl.ElementValuePairImpl

java.lang.Object
gw.gosudoc.com.sun.tools.javadoc.main.AnnotationDescImpl.ElementValuePairImpl
All Implemented Interfaces:
AnnotationDesc.ElementValuePair
Enclosing class:
AnnotationDescImpl

public static class AnnotationDescImpl.ElementValuePairImpl extends Object implements AnnotationDesc.ElementValuePair
Represents an association between an annotation type element and one of its values.
  • Field Details

    • env

      private final DocEnv env
    • meth

      private final com.sun.tools.javac.code.Symbol.MethodSymbol meth
    • value

      private final com.sun.tools.javac.code.Attribute value
  • Constructor Details

    • ElementValuePairImpl

      ElementValuePairImpl(DocEnv env, com.sun.tools.javac.code.Symbol.MethodSymbol meth, com.sun.tools.javac.code.Attribute value)
  • Method Details