public class CPInstructionParser extends InstructionParser
Modifier and Type | Field and Description |
---|---|
static HashMap<String,org.apache.sysml.runtime.instructions.cp.CPInstruction.CPType> |
String2CPInstructionType |
Constructor and Description |
---|
CPInstructionParser() |
Modifier and Type | Method and Description |
---|---|
static org.apache.sysml.runtime.instructions.cp.CPInstruction |
parseSingleInstruction(org.apache.sysml.runtime.instructions.cp.CPInstruction.CPType cptype,
String str) |
static org.apache.sysml.runtime.instructions.cp.CPInstruction |
parseSingleInstruction(String str) |
parseMixedInstructions
public static org.apache.sysml.runtime.instructions.cp.CPInstruction parseSingleInstruction(String str)
public static org.apache.sysml.runtime.instructions.cp.CPInstruction parseSingleInstruction(org.apache.sysml.runtime.instructions.cp.CPInstruction.CPType cptype, String str)
Copyright © 2018 The Apache Software Foundation. All rights reserved.