Class CodeGenTrie
- java.lang.Object
-
- org.apache.sysds.runtime.iogen.codegen.CodeGenTrie
-
public class CodeGenTrie extends Object
-
-
Constructor Summary
Constructors Constructor Description CodeGenTrie(CustomProperties properties, String destination, boolean isMatrix, FormatIdentifyer formatIdentifyer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJavaCode()
String
getRandomName(String base)
void
setMatrix(boolean matrix)
-
-
-
Constructor Detail
-
CodeGenTrie
public CodeGenTrie(CustomProperties properties, String destination, boolean isMatrix, FormatIdentifyer formatIdentifyer)
-
-