Package | Description |
---|---|
bsh |
Modifier and Type | Class and Description |
---|---|
class |
DelayedEvalBshMethod |
Modifier and Type | Method and Description |
---|---|
protected BshMethod |
NameSpace.getImportedMethod(String name,
Class[] sig) |
BshMethod |
NameSpace.getMethod(String name,
Class[] sig) |
BshMethod |
NameSpace.getMethod(String name,
Class[] sig,
boolean declaredOnly)
Get the bsh method matching the specified signature declared in
this name space or a parent.
|
BshMethod |
ExternalNameSpace.getMethod(String name,
Class[] sig,
boolean declaredOnly) |
BshMethod[] |
NameSpace.getMethods()
Get the methods defined in this namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
NameSpace.setMethod(String name,
BshMethod method)
Note: this is primarily for internal use.
|
void |
ExternalNameSpace.setMethod(String name,
BshMethod method) |
? 2000-2005 pat@pat.net :-)