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