Uses of Interface
org.esa.snap.core.jexp.Symbol
Packages that use Symbol
Package
Description
The JEXP API (JEXP = Java Expression Parser).
-
Uses of Symbol in org.esa.snap.core.dataop.barithm
Classes in org.esa.snap.core.dataop.barithm that implement SymbolModifier and TypeClassDescriptionclass
Represents a read-only symbol.final class
Represents a read-only symbol.Methods in org.esa.snap.core.dataop.barithm that return SymbolModifier and TypeMethodDescriptionprotected Symbol
RasterDataSymbolReplacer.createReplacement
(RasterDataSymbol symbol) Methods in org.esa.snap.core.dataop.barithm with parameters of type SymbolModifier and TypeMethodDescriptionstatic void
BandArithmetic.deregisterSymbol
(Symbol s) De-registers an existing global symbol.static void
BandArithmetic.registerSymbol
(Symbol s) Registers a new global symbol. -
Uses of Symbol in org.esa.snap.core.jexp
Subinterfaces of Symbol in org.esa.snap.core.jexpModifier and TypeInterfaceDescriptioninterface
Represents a variable to which a value can be assigned.Fields in org.esa.snap.core.jexp declared as SymbolMethods in org.esa.snap.core.jexp that return SymbolModifier and TypeMethodDescriptionSymbol[]
WritableNamespace.getAllSymbols()
Term.Ref.getSymbol()
Namespace.resolveSymbol
(String name) Resolves the given name in order to find a matching symbol.Methods in org.esa.snap.core.jexp with parameters of type SymbolModifier and TypeMethodDescriptionvoid
WritableNamespace.deregisterSymbol
(Symbol symbol) void
WritableNamespace.registerSymbol
(Symbol symbol) Constructors in org.esa.snap.core.jexp with parameters of type Symbol