Uses of Interface
org.qdl_lang.variables.codecs.AbstractCodec
-
Packages that use AbstractCodec Package Description org.qdl_lang.evaluate Evaluators evaluate the built-in functions for QDL as well as perform the usual algebraic operations.org.qdl_lang.variables Variables in QDL and classes that support them.org.qdl_lang.variables.codecs -
-
Uses of AbstractCodec in org.qdl_lang.evaluate
Methods in org.qdl_lang.evaluate with parameters of type AbstractCodec Modifier and Type Method Description protected QDLSet
MathEvaluator. doCodec(Polyad polyad, QDLSet<QDLValue> inSet, AbstractCodec codec, boolean isEncode)
protected QDLStem
MathEvaluator. doCodec(Polyad polyad, QDLStem inStem, AbstractCodec codec, boolean isEncode)
-
Uses of AbstractCodec in org.qdl_lang.variables
Methods in org.qdl_lang.variables that return AbstractCodec Modifier and Type Method Description static AbstractCodec
MetaCodec. createCodec(int currentType)
static AbstractCodec
MetaCodec. createCodec(Object object)
static AbstractCodec
MetaCodec. createCodec(String currentType)
-
Uses of AbstractCodec in org.qdl_lang.variables.codecs
Classes in org.qdl_lang.variables.codecs that implement AbstractCodec Modifier and Type Class Description class
Base16Codec
Created by Jeff Gaynor
on 3/27/23 at 8:02 AMclass
Base32Codec
Created by Jeff Gaynor
on 3/27/23 at 8:02 AMclass
Base64Codec
Created by Jeff Gaynor
on 3/27/23 at 8:03 AMclass
CSVCodec
Created by Jeff Gaynor
on 11/15/23 at 9:28 AMclass
ECMACodec
Created by Jeff Gaynor
on 11/15/23 at 9:28 AMclass
HTMLCodec
Created by Jeff Gaynor
on 11/15/23 at 9:16 AMclass
JavaCodec
Created by Jeff Gaynor
on 11/15/23 at 9:29 AMclass
JSONCodec
Created by Jeff Gaynor
on 11/15/23 at 9:27 AMclass
URLCodec
Created by Jeff Gaynor
on 3/27/23 at 7:59 AMclass
VariableCodec
Created by Jeff Gaynor
on 3/27/23 at 7:57 AMclass
XMLCodec
Created by Jeff Gaynor
on 11/15/23 at 9:22 AMclass
XSICodec
For encoding/decoding XSI Shell Language strings.
-