public class InstructionGoToWithCondition extends Instruction
log, staticLog| 构造器和说明 |
|---|
InstructionGoToWithCondition(boolean aCondition,
int aOffset,
boolean aIsPopStackData) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(RunEnvironment environment,
List<String> errorList) |
int |
getOffset() |
boolean |
isCondition() |
boolean |
isPopStackData() |
void |
setCondition(boolean condition) |
void |
setOffset(int offset) |
void |
setPopStackData(boolean isPopStackData) |
String |
toString() |
getExceptionPrefix, getLine, setLine, setLogpublic InstructionGoToWithCondition(boolean aCondition,
int aOffset,
boolean aIsPopStackData)
public void execute(RunEnvironment environment, List<String> errorList) throws Exception
execute 在类中 InstructionExceptionpublic int getOffset()
public void setOffset(int offset)
public boolean isCondition()
public void setCondition(boolean condition)
public boolean isPopStackData()
public void setPopStackData(boolean isPopStackData)
Copyright © 2012–2018 Alibaba Group. All rights reserved.