soot.tagkit
Class AnnotationConstants

java.lang.Object
  extended by soot.tagkit.AnnotationConstants

public class AnnotationConstants
extends Object

Represents the annotation constants for Java 1.5.


Field Summary
static int RUNTIME_INVISIBLE
           
static int RUNTIME_VISIBLE
           
static int SOURCE_VISIBLE
           
 
Constructor Summary
AnnotationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RUNTIME_VISIBLE

public static final int RUNTIME_VISIBLE
See Also:
Constant Field Values

RUNTIME_INVISIBLE

public static final int RUNTIME_INVISIBLE
See Also:
Constant Field Values

SOURCE_VISIBLE

public static final int SOURCE_VISIBLE
See Also:
Constant Field Values
Constructor Detail

AnnotationConstants

public AnnotationConstants()