package solver
- Alphabetic
- Public
- Protected
Type Members
- class JavaBackwardICFG extends JavaBaseICFG
Interprocedural control flow graph for Java programs in backward direction.
Interprocedural control flow graph for Java programs in backward direction. This implementation is based on the org.opalj.tac.fpcf.analyses.ifds.JavaBackwardICFG from IFDS.
- abstract class JavaBaseICFG extends JavaICFG
Base interprocedural control flow graph for Java programs.
Base interprocedural control flow graph for Java programs. This implementation is based on the org.opalj.tac.fpcf.analyses.ifds.JavaICFG from IFDS.
- class JavaForwardICFG extends JavaBaseICFG
Interprocedural control flow graph for Java programs in forward direction.
Interprocedural control flow graph for Java programs in forward direction. This implementation is based on the org.opalj.tac.fpcf.analyses.ifds.JavaForwardICFG from IFDS.
- trait JavaICFG extends ICFG[JavaStatement, Method]
Interprocedural control flow graph for Java programs.
- case class JavaStatement(method: Method, tacIndex: Int, isReturnNode: Boolean = false, stmts: Array[Stmt[JavaStatement.V]], cfg: CFG[Stmt[JavaStatement.V], TACStmts[JavaStatement.V]]) extends Product with Serializable
Class to model statements used with IDE analyses.
Class to model statements used with IDE analyses.
- tacIndex
the index of the statement in the TAC
- isReturnNode
whether the statement models the return node of a call
Value Members
- object JavaStatement extends Serializable