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) | 
parseMixedInstructionspublic static final HashMap<String,FEDInstruction.FEDType> String2FEDInstructionType
public static FEDInstruction parseSingleInstruction(String str)
public static FEDInstruction parseSingleInstruction(FEDInstruction.FEDType fedtype, String str)
Copyright © 2021 The Apache Software Foundation. All rights reserved.