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

Method getLineNumber

src/main/java/pascal/taie/ir/stmt/Stmt.java:50–50  ·  view source on GitHub ↗

@return the line number of this Stmt in the original source file. If the line number is unavailable, return -1.

()

Source from the content-addressed store, hash-verified

48 * If the line number is unavailable, return -1.
49 */
50 int getLineNumber();
51
52 void setLineNumber(int lineNumber);
53

Callers 10

analyzeMethod · 0.95
testMethod · 0.65
positionMethod · 0.65
toStringMethod · 0.65
findNullDerefMethod · 0.65
ResultProcessorClass · 0.65
isMatchedMethod · 0.65
processFinalizerMethod · 0.65
toStringMethod · 0.65

Implementers 1

AbstractStmtsrc/main/java/pascal/taie/ir/stmt/Abst

Calls

no outgoing calls

Tested by 1

testMethod · 0.52