|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This InstructionVisitor evaluates the instructions that it visits.
| Method Summary | |
void |
branch(ClassFile classFile,
CodeAttrInfo codeAttrInfo,
int offset,
int branchTarget)
Sets the new instruction offset. |
void |
branchConditionally(ClassFile classFile,
CodeAttrInfo codeAttrInfo,
int offset,
int branchTarget,
int conditional)
Sets the new instruction offset, depending on the certainty of the conditional branch. |
void |
returnFromMethod(Value returnValue)
Returns from the method with the given value. |
void |
throwException()
Handles the throwing of an exception. |
| Method Detail |
public void branch(ClassFile classFile,
CodeAttrInfo codeAttrInfo,
int offset,
int branchTarget)
public void branchConditionally(ClassFile classFile,
CodeAttrInfo codeAttrInfo,
int offset,
int branchTarget,
int conditional)
public void returnFromMethod(Value returnValue)
public void throwException()
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||