Package org.esa.snap.core.jexp
Interface Namespace
-
- All Known Subinterfaces:
WritableNamespace
public interface Namespace
Namespaces are used by a
in order to resolve to symbol references and function calls.Parser
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Function
resolveFunction(String name, Term[] args)
Resolves the given name and argument list in order to find a matching function.Symbol
resolveSymbol(String name)
Resolves the given name in order to find a matching symbol.
-