public class ExpressLoader
extends java.lang.Object
| Constructor and Description |
|---|
ExpressLoader(ExpressRunner expressRunner) |
| Modifier and Type | Method and Description |
|---|---|
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 expressRunner)
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-2024 Alibaba Group. All Rights Reserved.