Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Soot Class Hierarchy

Felix Dekker edited this page May 7, 2018 · 1 revision

What follows is an exhaustive list of all the Soot Stmt and Value classes that are interpreted by Schaapi.

Stmt

  • ThrowStmt
  • DefinitionStmt
  • IfStmt
  • SwitchStmt
  • InvokeStmt
  • ReturnStmt
  • GotoStmt
  • ReturnVoidStmt

Value

  • Expr
    • InvokeExpr
    • UnopExpr
    • BinopExpr
    • AbstractBinopExpr
    • InstanceOfExpr
    • ShimpleExpr
      • PhiExpr
    • AnyNewExpr
      • NewExpr
      • NewArrayExpr
      • NewMultiArrayExpr
    • CastExpr
  • Ref
    • IdentityRef
    • ConcreteRef
      • FieldRef
      • ArrayRef
  • Immediate
    • Local
    • Constant
  • EquivalentValue
  • NewStaticLock
  • AbstractDataSource
Clone this wiki locally