MCPcopy Create free account
hub / github.com/beanshell/beanshell / getInvocationLine

Method getInvocationLine

src/bsh/NameSpace.java:1396–1402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1394 }
1395
1396 public int getInvocationLine() {
1397 SimpleNode node = getNode();
1398 if ( node != null )
1399 return node.getLineNumber();
1400 else
1401 return -1;
1402 }
1403 public String getInvocationText() {
1404 SimpleNode node = getNode();
1405 if ( node != null )

Callers

nothing calls this directly

Calls 2

getNodeMethod · 0.95
getLineNumberMethod · 0.95

Tested by

no test coverage detected