public abstract class InstructionFactory extends Object
| 构造器和说明 |
|---|
InstructionFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract boolean |
createInstruction(ExpressRunner aCompile,
InstructionSet result,
Stack<ForRelBreakContinue> forStack,
ExpressNode node,
boolean isRoot) |
static InstructionFactory |
getInstructionFactory(String factory) |
public static InstructionFactory getInstructionFactory(String factory)
public abstract boolean createInstruction(ExpressRunner aCompile, InstructionSet result, Stack<ForRelBreakContinue> forStack, ExpressNode node, boolean isRoot) throws Exception
ExceptionCopyright © 2012–2018 Alibaba Group. All rights reserved.