MCPcopy Index your code
hub / github.com/beanshell/beanshell / getInvocationText

Method getInvocationText

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

Source from the content-addressed store, hash-verified

1401 return -1;
1402 }
1403 public String getInvocationText() {
1404 SimpleNode node = getNode();
1405 if ( node != null )
1406 return node.getText();
1407 else
1408 return "<invoked from Java code>";
1409 }
1410
1411 /**
1412 This is a helper method for working inside of bsh scripts and commands.

Callers

nothing calls this directly

Calls 2

getNodeMethod · 0.95
getTextMethod · 0.95

Tested by

no test coverage detected