public class SPInstructionParser extends InstructionParser
Modifier and Type | Field and Description |
---|---|
static HashMap<String,SPInstruction.SPType> |
String2SPInstructionType |
Constructor and Description |
---|
SPInstructionParser() |
Modifier and Type | Method and Description |
---|---|
static SPInstruction |
parseSingleInstruction(SPInstruction.SPType sptype,
String str) |
static SPInstruction |
parseSingleInstruction(String str) |
parseMixedInstructions
public static final HashMap<String,SPInstruction.SPType> String2SPInstructionType
public static SPInstruction parseSingleInstruction(String str)
public static SPInstruction parseSingleInstruction(SPInstruction.SPType sptype, String str)
Copyright © 2018 The Apache Software Foundation. All rights reserved.