com.bc.jexp
Interface WritableNamespace
- All Superinterfaces:
- Namespace
- All Known Implementing Classes:
- DefaultNamespace, NamespaceImpl
public interface WritableNamespace
- extends Namespace
registerSymbol
void registerSymbol(Symbol symbol)
deregisterSymbol
void deregisterSymbol(Symbol symbol)
registerFunction
void registerFunction(Function function)
deregisterFunction
void deregisterFunction(Function function)
getAllSymbols
Symbol[] getAllSymbols()
getAllFunctions
Function[] getAllFunctions()
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.