package sawja

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val get_class : t -> A3BirSSA.t JProgram.node
val get_pc : t -> int
val get_ir : t -> A3BirSSA.t
val get_opcode : t -> A3BirSSA.instr
val goto_absolute : t -> int -> t
val goto_relative : t -> int -> t
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val next_instruction : t -> t
val static_pp_lookup : A3BirSSA.t JProgram.program -> t -> t list
val static_lookup : A3BirSSA.t JProgram.program -> t -> A3BirSSA.t JProgram.node list option
val handlers : t -> A3BirSSA.exception_handler list
val normal_successors : t -> t list
val exceptional_successors : t -> t list
val to_string : t -> string
val pprint : Format.formatter -> t -> unit