- Identifier - Class in jeb.api.ast
-
This AST element represents a Java identifier, or variable.
- IElement - Interface in jeb.api.ast
-
- IExpression - Interface in jeb.api.ast
-
This interface is implemented by AST elements representing expressions.
- IfStm - Class in jeb.api.ast
-
This AST element represents the if-statement.
- ILeftExpression - Interface in jeb.api.ast
-
This interface is implemented by AST elements representing expressions
that can be assigned to, ie expressions that can be left-members of assignment statements.
- INNER_ANONYMOUS_CLASS - Static variable in class jeb.api.dex.DexClass
-
- INNER_CLASS - Static variable in class jeb.api.dex.DexClass
-
- INNER_LOCAL_CLASS - Static variable in class jeb.api.dex.DexClass
-
- INNER_MEMBER_CLASS - Static variable in class jeb.api.dex.DexClass
-
- INNER_OBFUSCATED - Static variable in class jeb.api.dex.DexClass
-
- insert(int, Statement) - Method in class jeb.api.ast.Block
-
Insert a statement at the given index.
- insertArgument(int, IExpression) - Method in class jeb.api.ast.Call
-
Insert an argument to the list of arguments.
- insertBranch(int, Predicate, Block) - Method in class jeb.api.ast.IfStm
-
Insert a branch.
- InstanceField - Class in jeb.api.ast
-
This AST element represents a non-static field variable.
- INSTANCEOF - Static variable in class jeb.api.ast.Operator
-
- InteractiveTextView - Class in jeb.api.ui
-
This class represents an interactive text view.
- isCombinedOperatorAssignment() - Method in class jeb.api.ast.Assignment
-
Determine if the assignment is a combined assignment.
- isCompinedOperatorAssignment() - Method in class jeb.api.ast.Assignment
-
Deprecated.
- isCompound() - Method in class jeb.api.ast.Statement
-
Determine if the statement is a compound statement.
- IScript - Interface in jeb.api
-
Interface for JEB scripts.
- isEnter() - Method in class jeb.api.ast.Monitor
-
Determine if the monitor is a __monitor_enter
or __monitor_exit
statement.
- isEpilogueBegin() - Method in class jeb.api.dex.DexDebugInfo.LineInfo
-
Determine if the method epilogue begins on this line.
- isFalse() - Method in class jeb.api.ast.Constant
-
Determine if a constant is the false literal.
- isFileLoaded() - Method in class jeb.api.JebInstance
-
Determine if a file is currently being processed by JEB.
- isLitteralFalse() - Method in class jeb.api.ast.Predicate
-
Determine if the predicate represents the simple literal value 'false' (null IDENT 'false'
).
- isLitteralTrue() - Method in class jeb.api.ast.Predicate
-
Determine if the predicate represents the simple literal value 'true' (null IDENT 'true'
).
- isMinusOne() - Method in class jeb.api.ast.Constant
-
Determine if a constant is a numeric literal whose value is -1.
- isNegative() - Method in class jeb.api.ast.Constant
-
Determine if a constant is a numeric literal whose value is strictly negative.
- isNull() - Method in class jeb.api.ast.Constant
-
Determine if the constant is the 'null' literal.
- isNull() - Method in class jeb.api.dex.DexValue
-
Determine whether the value is null.
- isOne() - Method in class jeb.api.ast.Constant
-
Determine if a constant is a numeric literal whose value is 1.
- isPositive() - Method in class jeb.api.ast.Constant
-
Determine if a constant is a numeric literal whose value is strictly positive.
- isPrologueEnd() - Method in class jeb.api.dex.DexDebugInfo.LineInfo
-
Determine if the method prologue ends on this line.
- isSimpleAssignment() - Method in class jeb.api.ast.Assignment
-
Determine if the assignment is a simple assignment.
- isStatic() - Method in class jeb.api.ast.Method
-
Determine whether the method is a static method.
- isString() - Method in class jeb.api.ast.Constant
-
Determine if the constant is of type java.lang.String
.
- isSuperCall() - Method in class jeb.api.ast.Call
-
Determine if the call is a call to a super-class method.
- isTrue() - Method in class jeb.api.ast.Constant
-
Determine if a constant is the true literal.
- isUnaryOperatorAssignment() - Method in class jeb.api.ast.Assignment
-
Determine if the assignment is a unary-operator assignment.
- isViewVisible(View.Type) - Method in class jeb.api.ui.JebUI
-
Determine if the view is visible.
- isZero() - Method in class jeb.api.ast.Constant
-
Determine if a constant is a numeric literal whose value is 0.