Package | Description |
---|---|
bsh |
Modifier and Type | Method | Description |
---|---|---|
BshMethod |
NameSpace.getMethod(java.lang.String name,
java.lang.Class[] sig) |
Get the bsh method matching the specified signature declared in
this name space or a parent.
|
BshMethod[] |
NameSpace.getMethods() |
Get the methods defined in this namespace.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
NameSpace.checkMethodModifiers(BshMethod method) |
|
protected boolean |
NameSpace.isVisible(BshMethod method) |
This is a hook to allow ClassNameSpace to add functionality to
getMethod()
|
void |
NameSpace.setMethod(java.lang.String name,
BshMethod method) |
Note: this is primarily for internal use.
|
? 2000 pat@pat.net :-)