MCPcopy Create free account
hub / github.com/LFYSec/MScan / getExceptionEntries

Method getExceptionEntries

src/main/java/pascal/taie/ir/IR.java:149–149  ·  view source on GitHub ↗

@return the exception entries in this IR. @see ExceptionEntry

()

Source from the content-addressed store, hash-verified

147 * @see ExceptionEntry
148 */
149 List<ExceptionEntry> getExceptionEntries();
150}

Callers 4

dumpMethodMethod · 0.95
printMethod · 0.65
getPotentialCatchersMethod · 0.65
analyzeMethod · 0.65

Implementers 1

DefaultIRsrc/main/java/pascal/taie/ir/DefaultIR

Calls

no outgoing calls

Tested by

no test coverage detected