Class NdAnnotationValuePair

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.NdStruct
org.aspectj.org.eclipse.jdt.internal.core.nd.java.NdAnnotationValuePair
All Implemented Interfaces:
INdStruct

public class NdAnnotationValuePair extends NdStruct
  • Field Details

  • Constructor Details

    • NdAnnotationValuePair

      public NdAnnotationValuePair(Nd nd, long address)
  • Method Details

    • getName

      public IString getName()
    • setName

      public void setName(char[] name)
    • getValue

      public NdConstant getValue()
      Returns the value of this annotation or null if none
    • setValue

      public void setValue(NdConstant value)