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 TypeInterfaceDescriptioninterfaceJava AST interface to represent the element of an array.interfaceJava AST interface to represent a definition statement.interfaceJava AST interface to represent a Java identifier, or variable.interfaceJava AST interface to represent an instance field.interfaceJava 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) voidIJavaAssignment.setLeft(IJavaLeftExpression left) Set the left part of the assignment.