| java.lang.Object de.uka.ilkd.key.logic.NamespaceSet
NamespaceSet | public class NamespaceSet (Code) | | |
NamespaceSet | public NamespaceSet()(Code) | | |
addProtocolled | public void addProtocolled(NamespaceSet nss)(Code) | | adds the protocolled names of the given NamespaceSet to this one
|
lookup | public Named lookup(Name name)(Code) | | looks up if the given name is found in one of the namespaces
and returns the named object or null if no object with the same name
has been found
|
lookupLogicSymbol | public Named lookupLogicSymbol(Name name)(Code) | | looks up for the symbol in the namespaces sort, functions and
programVariables
Parameters: name - the Name to look up the element of the given name or null |
setProgramVariables | public void setProgramVariables(Namespace progVarNS)(Code) | | |
startProtocol | public void startProtocol()(Code) | | starts the protocol of all contained namespaces
|
|
|