Uses of Interface
org.esa.snap.core.jexp.Symbol
-
Packages that use Symbol Package Description org.esa.snap.core.dataop.barithm org.esa.snap.core.jexp 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 Symbol Modifier and Type Class Description classRasterDataSymbolRepresents a read-only symbol.classSingleFlagSymbolRepresents a read-only symbol.Methods in org.esa.snap.core.dataop.barithm that return Symbol Modifier and Type Method Description protected SymbolRasterDataSymbolReplacer. createReplacement(RasterDataSymbol symbol)Methods in org.esa.snap.core.dataop.barithm with parameters of type Symbol Modifier and Type Method Description static voidBandArithmetic. deregisterSymbol(Symbol s)De-registers an existing global symbol.static voidBandArithmetic. 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.jexp Modifier and Type Interface Description interfaceVariableRepresents a variable to which a value can be assigned.Fields in org.esa.snap.core.jexp declared as Symbol Modifier and Type Field Description protected SymbolTerm.Ref. symbolMethods in org.esa.snap.core.jexp that return Symbol Modifier and Type Method Description Symbol[]WritableNamespace. getAllSymbols()SymbolTerm.Ref. getSymbol()SymbolNamespace. 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 Symbol Modifier and Type Method Description voidWritableNamespace. deregisterSymbol(Symbol symbol)voidWritableNamespace. registerSymbol(Symbol symbol)Constructors in org.esa.snap.core.jexp with parameters of type Symbol Constructor Description Ref(Symbol symbol)
-