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 QDLSetMathEvaluator. doCodec(Polyad polyad, QDLSet<QDLValue> inSet, AbstractCodec codec, boolean isEncode)protected QDLStemMathEvaluator. 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 AbstractCodecMetaCodec. createCodec(int currentType)static AbstractCodecMetaCodec. createCodec(Object object)static AbstractCodecMetaCodec. 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 classBase16CodecCreated by Jeff Gaynor
on 3/27/23 at 8:02 AMclassBase32CodecCreated by Jeff Gaynor
on 3/27/23 at 8:02 AMclassBase64CodecCreated by Jeff Gaynor
on 3/27/23 at 8:03 AMclassCSVCodecCreated by Jeff Gaynor
on 11/15/23 at 9:28 AMclassECMACodecCreated by Jeff Gaynor
on 11/15/23 at 9:28 AMclassHTMLCodecCreated by Jeff Gaynor
on 11/15/23 at 9:16 AMclassJavaCodecCreated by Jeff Gaynor
on 11/15/23 at 9:29 AMclassJSONCodecCreated by Jeff Gaynor
on 11/15/23 at 9:27 AMclassURLCodecCreated by Jeff Gaynor
on 3/27/23 at 7:59 AMclassVariableCodecCreated by Jeff Gaynor
on 3/27/23 at 7:57 AMclassXMLCodecCreated by Jeff Gaynor
on 11/15/23 at 9:22 AMclassXSICodecFor encoding/decoding XSI Shell Language strings.
-