类 InstructionLocationReader
- java.lang.Object
-
- com.antgroup.antchain.myjava.model.instructions.AbstractInstructionReader
-
- com.antgroup.antchain.myjava.tooling.InstructionLocationReader
-
- 所有已实现的接口:
InstructionReader
public class InstructionLocationReader extends AbstractInstructionReader
reader of java instruction locations
-
-
构造器概要
构造器 构造器 说明 InstructionLocationReader(Set<String> resources)InstructionLocationReader creator
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static Set<String>extractUsedResources(MyJavaVM vm)extract used resourcesvoidlocation(TextLocation location)read soruce text location-
从类继承的方法 com.antgroup.antchain.myjava.model.instructions.AbstractInstructionReader
arrayLength, assign, binary, boundCheck, cast, cast, cast, choose, classConstant, cloneArray, create, createArray, createArray, doubleConstant, exit, floatConstant, getElement, getField, initClass, integerConstant, invoke, invokeDynamic, isInstance, jump, jumpIf, jumpIf, longConstant, monitorEnter, monitorExit, negate, nop, nullCheck, nullConstant, putElement, putField, raise, stringConstant, unwrapArray
-
-
-
-
方法详细资料
-
location
public void location(TextLocation location)
read soruce text location- 指定者:
location在接口中InstructionReader- 覆盖:
location在类中AbstractInstructionReader
-
-