Uses of Class
soot.coffi.element_value

Packages that use element_value
soot.coffi Contains classes from the Coffi tool, by Clark Verbrugge. 
 

Uses of element_value in soot.coffi
 

Subclasses of element_value in soot.coffi
 class annotation_element_value
          There can be many element_value pairs in each annotation
 class array_element_value
          There can be many element_value pairs in each annotation
 class class_element_value
          There can be many element_value pairs in each annotation
 class constant_element_value
          There can be many element_value pairs in each annotation
 class enum_constant_element_value
          There can be many element_value pairs in each annotation
 

Fields in soot.coffi declared as element_value
 element_value AnnotationDefault_attribute.default_value
          Default value.
 element_value AnnotationDefault_attribute.default_value
          Default value.
 element_value[] annotation.element_value_pairs
          Each entry represents a single runtime visible annotation.
 element_value[] annotation.element_value_pairs
          Each entry represents a single runtime visible annotation.