public class Namespace
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static char[] |
NO_CHAR |
| Constructor and Description |
|---|
Namespace() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Namespace arg)
Adds a Java packagename to the namespace
|
boolean |
add(java.lang.String arg)
Adds a Java packagename to the namespace
|
void |
setEquals(Symbol symbol) |
void |
setEvaluator(ISymbol symbol)
Search the IEvaluator class for a symbol in the given namespaces in
descending order.
|
public boolean add(java.lang.String arg)
arg - the name of a Java package which should be add to this
namespacepublic boolean add(Namespace arg)
arg - the name of a Java package which should be add to this
namespacepublic void setEvaluator(ISymbol symbol)
symbol - the symbol which should be set-uppublic void setEquals(Symbol symbol)