Uses of Interface
com.pnfsoftware.jeb.core.units.code.java.IJavaCompound
Packages that use IJavaCompound
Package
Description
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IJavaCompound in com.pnfsoftware.jeb.core.units.code.java
Subinterfaces of IJavaCompound in com.pnfsoftware.jeb.core.units.code.javaModifier and TypeInterfaceDescriptioninterface
Java AST interface to represent a sequence ofstatements
.interface
Java AST interface to represent ado-while
loop statement.interface
Java AST interface used to represent a standard for loop statement.interface
Java AST interface used to represent a for-each (Java 5+) loop statement.interface
Java AST interface to represent a conditional "if" statement.interface
Java AST interface to representswitch
statements.interface
Java AST interface to represent a synchronized block of code.interface
Java AST interface to represent try-catch elements.interface
Java AST interface to representwhile
loop statements.Methods in com.pnfsoftware.jeb.core.units.code.java that return IJavaCompound