Language Converter
Finite-State Transducer implementation of MediaWiki LanguageConverter
Loading...
Searching...
No Matches
Wikimedia\LangConv\BacktrackState Class Reference

A simple tuple type for the FST backtracking state. More...

Public Member Functions

 __construct (int $epsState, int $epsSkip, int $outpos, int $idx)
 Create a new BacktrackState.
 

Public Attributes

 $epsState
 
 $epsSkip
 
 $outpos
 
 $partialResult = ''
 
 $partialBrackets = []
 
 $idx
 

Detailed Description

A simple tuple type for the FST backtracking state.

Constructor & Destructor Documentation

◆ __construct()

Wikimedia\LangConv\BacktrackState::__construct ( int $epsState,
int $epsSkip,
int $outpos,
int $idx )

Create a new BacktrackState.

Parameters
int$epsState
int$epsSkip
int$outpos
int$idx

The documentation for this class was generated from the following file: