public class InstructionGoToWithCondition extends Instruction
| Constructor and Description |
|---|
InstructionGoToWithCondition(boolean condition,
int offset,
boolean isPopStackData) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(RunEnvironment environment,
java.util.List<java.lang.String> errorList) |
void |
setOffset(int offset) |
java.lang.String |
toString() |
getExceptionPrefix, getLine, setLinepublic InstructionGoToWithCondition(boolean condition,
int offset,
boolean isPopStackData)
public void execute(RunEnvironment environment, java.util.List<java.lang.String> errorList) throws java.lang.Exception
execute in class Instructionjava.lang.Exceptionpublic void setOffset(int offset)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012-2023 Alibaba Group. All Rights Reserved.