Package soot.jimple.internal

Internal, messy, implementation-specific classes for the Jimple intermediate representation.

See:
          Description

Class Summary
AbstractBinopExpr  
AbstractCastExpr  
AbstractDefinitionStmt  
AbstractFloatBinopExpr  
AbstractInstanceFieldRef  
AbstractInstanceInvokeExpr  
AbstractInstanceOfExpr  
AbstractIntBinopExpr  
AbstractInterfaceInvokeExpr  
AbstractIntLongBinopExpr  
AbstractInvokeExpr  
AbstractJimpleBinopExpr  
AbstractJimpleFloatBinopExpr  
AbstractJimpleIntBinopExpr  
AbstractJimpleIntLongBinopExpr  
AbstractLengthExpr  
AbstractNegExpr  
AbstractNewArrayExpr  
AbstractNewExpr  
AbstractNewMultiArrayExpr  
AbstractSpecialInvokeExpr  
AbstractStaticInvokeExpr  
AbstractStmt  
AbstractUnopExpr  
AbstractVirtualInvokeExpr  
ConditionExprBox  
IdentityRefBox  
ImmediateBox  
InvokeExprBox  
JAddExpr  
JAndExpr  
JArrayRef  
JAssignStmt  
JBreakpointStmt  
JCastExpr  
JCaughtExceptionRef  
JCmpExpr  
JCmpgExpr  
JCmplExpr  
JDivExpr  
JDynamicInvokeExpr  
JEnterMonitorStmt  
JEqExpr  
JExitMonitorStmt  
JGeExpr  
JGotoStmt  
JGtExpr  
JIdentityStmt  
JIfStmt  
JimpleLocal  
JimpleLocalBox  
JInstanceFieldRef  
JInstanceOfExpr  
JInterfaceInvokeExpr  
JInvokeStmt  
JLeExpr  
JLengthExpr  
JLookupSwitchStmt  
JLtExpr  
JMulExpr  
JNeExpr  
JNegExpr  
JNewArrayExpr  
JNewExpr  
JNewMultiArrayExpr  
JNopStmt  
JOrExpr  
JRemExpr  
JRetStmt  
JReturnStmt  
JReturnVoidStmt  
JShlExpr  
JShrExpr  
JSpecialInvokeExpr  
JStaticInvokeExpr  
JSubExpr  
JTableSwitchStmt  
JThrowStmt  
JTrap  
JUshrExpr  
JVirtualInvokeExpr  
JXorExpr  
RValueBox  
StmtBox  
VariableBox  
 

Package soot.jimple.internal Description

Internal, messy, implementation-specific classes for the Jimple intermediate representation. Jimple is 3-address code, and is the representation of choice for Java analyses.