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

Method inNativeCode

src/bsh/TargetError.java:150–152  ·  view source on GitHub ↗

Return true if the TargetError was generated from native code. e.g. if the script called into a compiled java class which threw the excpetion. We distinguish so that we can print the stack trace for the native code case... the stack trace would not be useful if the exception was generated b

()

Source from the content-addressed store, hash-verified

148 to the bsh internals which generated the exception).
149 */
150 public boolean inNativeCode() {
151 return inNativeCode;
152 }
153}
154

Callers 4

evalMethod · 0.80
doNameMethod · 0.80
mainMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected