Package

org.argus.jawa.alir

interprocedural

Permalink

package interprocedural

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Callee extends AnyRef

    Permalink

  2. final case class InstanceCallee(callee: Signature, ins: Instance) extends Callee with Product with Serializable

    Permalink

  3. trait InterproceduralGraph[Node <: InterproceduralNode] extends AlirGraph[Node] with AlirEdgeAccesses[Node] with AlirSuccPredAccesses[Node] with Serializable

    Permalink

  4. abstract class InterproceduralNode extends PropertyProvider with Serializable

    Permalink

  5. final case class StaticCallee(callee: Signature) extends Callee with Product with Serializable

    Permalink

  6. final case class UnknownCallee(callee: Signature) extends Callee with Product with Serializable

    Permalink

Ungrouped