Class AnnotationsReader.EnumElementValue

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

public static class AnnotationsReader.EnumElementValue extends Object implements AnnotationsReader.ElementValue
Represents enum constant annotation arguments.
  • Field Details

    • enumType

      public final String enumType
      the name of the enum type
    • enumVal

      public final String enumVal
      the enum value
  • Constructor Details

    • EnumElementValue

      public EnumElementValue(String enumType, String enumVal)
  • Method Details