MCPcopy Create free account
hub / github.com/mozilla/rhino / getLineno

Method getLineno

rhino/src/main/java/org/mozilla/javascript/Node.java:550–552  ·  view source on GitHub ↗

Return the line number recorded for this node. @return the line number

()

Source from the content-addressed store, hash-verified

548 * @return the line number
549 */
550 public int getLineno() {
551 return lineno;
552 }
553
554 public void setLineColumnNumber(int lineno, int column) {
555 this.lineno = lineno;

Callers 4

transformFunctionMethod · 0.95
createTryCatchFinallyMethod · 0.95
createIfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected