com.bc.jexp
Interface WritableNamespace

All Superinterfaces:
Namespace
All Known Implementing Classes:
DefaultNamespace, NamespaceImpl

public interface WritableNamespace
extends Namespace


Method Summary
 void deregisterFunction(Function function)
           
 void deregisterSymbol(Symbol symbol)
           
 Function[] getAllFunctions()
           
 Symbol[] getAllSymbols()
           
 void registerFunction(Function function)
           
 void registerSymbol(Symbol symbol)
           
 
Methods inherited from interface com.bc.jexp.Namespace
resolveFunction, resolveSymbol
 

Method Detail

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.