public class CPInstructionParser extends InstructionParser
| Modifier and Type | Field and Description | 
|---|---|
| static HashMap<String,CPInstruction.CPType> | String2CPInstructionType | 
| Constructor and Description | 
|---|
| CPInstructionParser() | 
| Modifier and Type | Method and Description | 
|---|---|
| static CPInstruction | parseSingleInstruction(CPInstruction.CPType cptype,
                      String str) | 
| static CPInstruction | parseSingleInstruction(String str) | 
parseMixedInstructionspublic static final HashMap<String,CPInstruction.CPType> String2CPInstructionType
public static CPInstruction parseSingleInstruction(String str)
public static CPInstruction parseSingleInstruction(CPInstruction.CPType cptype, String str)
Copyright © 2021 The Apache Software Foundation. All rights reserved.