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