public class FEDInstructionParser extends InstructionParser
Modifier and Type | Field and Description |
---|---|
static HashMap<String,FEDInstruction.FEDType> |
String2FEDInstructionType |
Constructor and Description |
---|
FEDInstructionParser() |
Modifier and Type | Method and Description |
---|---|
static FEDInstruction |
parseSingleInstruction(FEDInstruction.FEDType fedtype,
String str) |
static FEDInstruction |
parseSingleInstruction(String str) |
parseMixedInstructions
public static final HashMap<String,FEDInstruction.FEDType> String2FEDInstructionType
public static FEDInstruction parseSingleInstruction(String str)
public static FEDInstruction parseSingleInstruction(FEDInstruction.FEDType fedtype, String str)
Copyright © 2020 The Apache Software Foundation. All rights reserved.