Package org.teavm.tooling
Class InstructionLocationReader
java.lang.Object
org.teavm.model.instructions.AbstractInstructionReader
org.teavm.tooling.InstructionLocationReader
- All Implemented Interfaces:
org.teavm.model.instructions.InstructionReader
public class InstructionLocationReader
extends org.teavm.model.instructions.AbstractInstructionReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractUsedResources(org.teavm.vm.TeaVM vm) voidlocation(org.teavm.model.TextLocation location) Methods inherited from class org.teavm.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
-
Constructor Details
-
InstructionLocationReader
-
-
Method Details
-
location
public void location(org.teavm.model.TextLocation location) - Specified by:
locationin interfaceorg.teavm.model.instructions.InstructionReader- Overrides:
locationin classorg.teavm.model.instructions.AbstractInstructionReader
-
extractUsedResources
-