Package org.teavm.model.instructions
Class ConstructInstruction
java.lang.Object
org.teavm.model.Instruction
org.teavm.model.instructions.ConstructInstruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptVisitor(InstructionVisitor visitor)
getType()
void
setReceiver(Variable receiver)
void
Methods inherited from class org.teavm.model.Instruction
delete, getBasicBlock, getLocation, getNext, getPrevious, getProgram, insertNext, insertNextAll, insertPrevious, insertPreviousAll, replace, setLocation
-
Constructor Details
-
ConstructInstruction
public ConstructInstruction()
-
-
Method Details
-
getType
-
setType
-
getReceiver
-
setReceiver
-
acceptVisitor
- Specified by:
acceptVisitor
in classInstruction
-