public class ExpressLoader extends Object
| 构造器和说明 |
|---|
ExpressLoader(ExpressRunner aCreator) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addInstructionSet(String expressName,
InstructionSet set) |
void |
clear() |
ExportItem[] |
getExportInfo() |
InstructionSet |
getInstructionSet(String expressName) |
InstructionSet |
loadExpress(String expressName) |
InstructionSet |
parseInstructionSet(String expressName,
String expressString) |
public ExpressLoader(ExpressRunner aCreator)
public InstructionSet loadExpress(String expressName) throws Exception
Exceptionpublic void addInstructionSet(String expressName, InstructionSet set) throws Exception
Exceptionpublic InstructionSet parseInstructionSet(String expressName, String expressString) throws Exception
Exceptionpublic void clear()
public InstructionSet getInstructionSet(String expressName)
public ExportItem[] getExportInfo()
Copyright © 2012–2018 Alibaba Group. All rights reserved.