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

Method getParent

src/bsh/NameSpace.java:417–419  ·  view source on GitHub ↗

Get the parent namespace. Note: this isn't quite the same as getSuper(). getSuper() returns 'this' if we are at the root namespace.

()

Source from the content-addressed store, hash-verified

415 getSuper() returns 'this' if we are at the root namespace.
416 */
417 public NameSpace getParent() {
418 return parent;
419 }
420
421 /**
422 Get the parent namespace' This reference or this namespace' This

Callers 12

evalMethod · 0.95
isAncestorMethod · 0.45
getClassNameSpaceMethod · 0.45
setVariableMethod · 0.45
getNonBlockParentMethod · 0.45
importClassMethod · 0.45
importPackageMethod · 0.45
setMethodMethod · 0.45
setClassTreeMethod · 0.45
addNodeMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected