TYPO3  7.6
OperationInterface.php
Go to the documentation of this file.
1 <?php
2 
19 namespace cogpowered\FineDiff\Parser\Operations;
20 
22 {
26  public function getFromLen();
27 
31  public function getToLen();
32 
36  public function getOpcode();
37 }