soot.jimple.toolkits.pointer
Class CastCheckTag

java.lang.Object
  |
  +--soot.jimple.toolkits.pointer.CastCheckTag

public class CastCheckTag
extends java.lang.Object
implements Tag

Implements a tag that can be used to tell a VM whether a cast check can be eliminated or not.


Method Summary
 boolean canEliminateCheck()
           
 java.lang.String getName()
          Returns the tag name.
 byte[] getValue()
          Returns the tag raw data.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

canEliminateCheck

public boolean canEliminateCheck()