Uses of Interface
org.esa.snap.core.jexp.Namespace
-
Packages that use Namespace Package Description org.esa.snap.core.jexp The JEXP API (JEXP = Java Expression Parser). -
-
Uses of Namespace in org.esa.snap.core.jexp
Subinterfaces of Namespace in org.esa.snap.core.jexp Modifier and Type Interface Description interfaceWritableNamespaceMethods in org.esa.snap.core.jexp that return Namespace Modifier and Type Method Description NamespaceParser. getDefaultNamespace()Gets this parser's default namespace.Methods in org.esa.snap.core.jexp with parameters of type Namespace Modifier and Type Method Description TermParser. parse(String code, Namespace namespace)Parses the expression given in the code string.
-