Package org.esa.snap.core.jexp
Interface Namespace
-
- All Known Subinterfaces:
WritableNamespace
public interface NamespaceNamespaces are used by ain 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 FunctionresolveFunction(String name, Term[] args)Resolves the given name and argument list in order to find a matching function.SymbolresolveSymbol(String name)Resolves the given name in order to find a matching symbol.
-