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) | 
parseMixedInstructionspublic static final HashMap<String,SPInstruction.SPType> String2SPInstructionType
public static SPInstruction parseSingleInstruction(String str)
public static SPInstruction parseSingleInstruction(SPInstruction.SPType sptype, String str)
Copyright © 2020 The Apache Software Foundation. All rights reserved.