Class AnnotationsReader.ConstantElementValue

java.lang.Object
com.ibm.wala.shrike.shrikeCT.AnnotationsReader.ConstantElementValue
All Implemented Interfaces:
AnnotationsReader.ElementValue
Enclosing class:
AnnotationsReader

public static class AnnotationsReader.ConstantElementValue extends Object implements AnnotationsReader.ElementValue
Represents a constant argument to an annotation. Class arguments (e.g., Foo.class) are also represented with this type, with the value being the String class name.
  • Field Details

    • val

      public final Object val
      the constant value
  • Constructor Details

    • ConstantElementValue

      public ConstantElementValue(Object val)
  • Method Details