Uses of Interface
com.pnfsoftware.jeb.core.units.code.java.IJavaLeftExpression
Packages that use IJavaLeftExpression
Package
Description
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IJavaLeftExpression in com.pnfsoftware.jeb.core.units.code.java
Subinterfaces of IJavaLeftExpression in com.pnfsoftware.jeb.core.units.code.javaModifier and TypeInterfaceDescriptioninterface
Java AST interface to represent the element of an array.interface
Java AST interface to represent a definition statement.interface
Java AST interface to represent a Java identifier, or variable.interface
Java AST interface to represent an instance field.interface
Java AST interface to represent a static field.Methods in com.pnfsoftware.jeb.core.units.code.java that return IJavaLeftExpressionModifier and TypeMethodDescriptionIJavaLeftExpression.duplicate()
IJavaAssignment.getLeft()
Get the left part of the assignment.Methods in com.pnfsoftware.jeb.core.units.code.java with parameters of type IJavaLeftExpressionModifier and TypeMethodDescriptionIJavaElementFactory.createAssignment
(IJavaLeftExpression left, IJavaExpression right) void
IJavaAssignment.setLeft
(IJavaLeftExpression left) Set the left part of the assignment.