Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICLeftExpression
Packages that use ICLeftExpression
Package
Description
C AST types, used in AST documents provided by the
source units
generated by gendec.-
Uses of ICLeftExpression in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Subinterfaces of ICLeftExpression in com.pnfsoftware.jeb.core.units.code.asm.decompiler.astModifier and TypeInterfaceDescriptioninterfaceC AST interface to represent the element of an array.interfaceC AST interface representing the declaration of atypedidentifier.interfaceC AST interface to represent an identifier, or variable.interfaceAn instance field C AST element represent the field of an instantiated structure or class.interfaceC AST interface to represent arithmetic and logical expressions.interfaceSimple representation of a C AST left-expression tuple.Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return ICLeftExpressionModifier and TypeMethodDescriptionICLeftExpression.duplicate()ICAssignment.getLeft()Get the left-hand side of the assignment.Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast with parameters of type ICLeftExpressionModifier and TypeMethodDescriptionICElementFactory.createAssignment(ICLeftExpression left, ICExpression right) voidICAssignment.setLeft(ICLeftExpression left)