File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
22namespace PHPJava \Kernel \Mnemonics ;
33
4- use PHPJava \Exceptions \NotImplementedException ;
5-
64final class _lstore_0 implements OperationInterface
75{
86 use \PHPJava \Kernel \Core \Accumulator;
97 use \PHPJava \Kernel \Core \ConstantPool;
108
119 public function execute (): void
1210 {
13- throw new NotImplementedException ( __CLASS__ );
11+ $ this -> setLocalStorage ( 0 , $ this -> popFromOperandStack () );
1412 }
1513}
Original file line number Diff line number Diff line change 11<?php
22namespace PHPJava \Kernel \Mnemonics ;
33
4- use PHPJava \Exceptions \NotImplementedException ;
5-
64final class _lstore_1 implements OperationInterface
75{
86 use \PHPJava \Kernel \Core \Accumulator;
97 use \PHPJava \Kernel \Core \ConstantPool;
108
119 public function execute (): void
1210 {
13- throw new NotImplementedException ( __CLASS__ );
11+ $ this -> setLocalStorage ( 1 , $ this -> popFromOperandStack () );
1412 }
1513}
Original file line number Diff line number Diff line change 11<?php
22namespace PHPJava \Kernel \Mnemonics ;
33
4- use PHPJava \Exceptions \NotImplementedException ;
5-
64final class _lstore_2 implements OperationInterface
75{
86 use \PHPJava \Kernel \Core \Accumulator;
97 use \PHPJava \Kernel \Core \ConstantPool;
108
119 public function execute (): void
1210 {
13- throw new NotImplementedException ( __CLASS__ );
11+ $ this -> setLocalStorage ( 2 , $ this -> popFromOperandStack () );
1412 }
1513}
Original file line number Diff line number Diff line change 11<?php
22namespace PHPJava \Kernel \Mnemonics ;
33
4- use PHPJava \Exceptions \NotImplementedException ;
5-
64final class _lstore_3 implements OperationInterface
75{
86 use \PHPJava \Kernel \Core \Accumulator;
97 use \PHPJava \Kernel \Core \ConstantPool;
108
119 public function execute (): void
1210 {
13- throw new NotImplementedException ( __CLASS__ );
11+ $ this -> setLocalStorage ( 3 , $ this -> popFromOperandStack () );
1412 }
1513}
You can’t perform that action at this time.
0 commit comments