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 TypeInterfaceDescriptioninterfaceJava AST interface to represent a sequence ofstatements.interfaceJava AST interface to represent ado-whileloop statement.interfaceJava AST interface used to represent a standard for loop statement.interfaceJava AST interface used to represent a for-each (Java 5+) loop statement.interfaceJava AST interface to represent a conditional "if" statement.interfaceJava AST interface to representswitchstatements.interfaceJava AST interface to represent a synchronized block of code.interfaceJava AST interface to represent try-catch elements.interfaceJava AST interface to representwhileloop statements.Methods in com.pnfsoftware.jeb.core.units.code.java that return IJavaCompound