|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.toolkits.annotation.tags.ArrayCheckTag
Implementation of the Tag interface for array bounds checks.
Constructor Summary | |
ArrayCheckTag(boolean lower,
boolean upper)
A tag represents two bounds checks of an array reference. |
Method Summary | |
java.lang.String |
getName()
Returns the tag name. |
byte[] |
getValue()
Returns back the check information in binary form, which will be written into the class file. |
boolean |
isCheckLower()
Needs lower bound check? |
boolean |
isCheckUpper()
Needs upper bound check? |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ArrayCheckTag(boolean lower, boolean upper)
Method Detail |
public byte[] getValue()
getValue
in interface Tag
public boolean isCheckUpper()
public boolean isCheckLower()
public java.lang.String getName()
Tag
getName
in interface Tag
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |