soot.tagkit
Class KeyTag

java.lang.Object
  extended by soot.tagkit.KeyTag
All Implemented Interfaces:
Tag

public class KeyTag
extends Object
implements Tag


Constructor Summary
KeyTag(int r, int g, int b, String k, String type)
           
KeyTag(int color, String k)
           
KeyTag(int color, String k, String type)
           
 
Method Summary
 String analysisType()
           
 int blue()
           
 String getName()
          Returns the tag name.
 byte[] getValue()
          Returns the tag raw data.
 int green()
           
 String key()
           
 int red()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyTag

public KeyTag(int r,
              int g,
              int b,
              String k,
              String type)

KeyTag

public KeyTag(int color,
              String k,
              String type)

KeyTag

public KeyTag(int color,
              String k)
Method Detail

red

public int red()

green

public int green()

blue

public int blue()

key

public String key()

analysisType

public String analysisType()

getName

public String getName()
Description copied from interface: Tag
Returns the tag name.

Specified by:
getName in interface Tag

getValue

public byte[] getValue()
Description copied from interface: Tag
Returns the tag raw data.

Specified by:
getValue in interface Tag