- refresh() - Method in class jeb.api.ui.View
-
Refresh the view.
- REM - Static variable in class jeb.api.ast.Operator
-
- remove(int) - Method in class jeb.api.ast.Block
-
Pull a statement from the block.
- removeArgument(int) - Method in class jeb.api.ast.Call
-
Pull an argument from the list of arguments.
- removeBranch(int) - Method in class jeb.api.ast.IfStm
-
Remove a branch.
- removeUnreferencedLabels() - Method in class jeb.api.ast.Optimizer
-
This method looks for unreferenced Java labels, and removes them.
- removeUselessGotos() - Method in class jeb.api.ast.Optimizer
-
This method looks for useless goto statements, and removes them.
- removeUserData(int) - Method in class jeb.api.JebInstance
-
Delete a block of user data from the JEB database.
- renameClass(String, String) - Method in class jeb.api.JebInstance
-
Rename a DEX class.
- renameField(String, String) - Method in class jeb.api.JebInstance
-
Rename a DEX field.
- renameIdentifier(JebInstance, Identifier, String) - Method in class jeb.api.ast.Method
-
Rename the identifier of a method, and update the JEB database accordingly.
- renameMethod(String, String) - Method in class jeb.api.JebInstance
-
Rename a DEX method.
- replaceSubElement(IElement, IElement) - Method in interface jeb.api.ast.IElement
-
Replace an element by another element.
- replaceSubElement(IElement, IElement) - Method in class jeb.api.ast.NonStatement
-
- replaceSubElement(IElement, IElement) - Method in class jeb.api.ast.Statement
-
- retrieveTag(String) - Method in interface jeb.api.ast.IElement
-
Retrieve tag data by name.
- retrieveTag(String) - Method in class jeb.api.ast.NonStatement
-
- retrieveTag(String) - Method in class jeb.api.ast.Statement
-
- Return - Class in jeb.api.ast
-
This AST element is used to represent method return statements.
- reverse() - Method in class jeb.api.ast.Predicate
-
Reverse the predicate.
- run(JebInstance) - Method in interface jeb.api.IScript
-
Script entry point.
- runAllOptimizations() - Method in class jeb.api.ast.Optimizer
-
Run all the optimizations that JEB applies to an AST before rendering.