()
| 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. |