Package com.ibm.wala.shrike.shrikeCT
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 java.lang.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 Summary
Fields Modifier and Type Field Description java.lang.Objectvalthe constant value
-
Constructor Summary
Constructors Constructor Description ConstantElementValue(java.lang.Object val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-