$interpolationChars
$interpolationChars :
scan(\Phug\Lexer\State $state)
| \Phug\Lexer\State | $state |
throwEndOfLineExceptionIf(\Phug\Lexer\State $state, $condition)
| \Phug\Lexer\State | $state | |
| $condition |
scanTagInterpolation(\Phug\Lexer\State $state, $tagInterpolation)
| \Phug\Lexer\State | $state | |
| $tagInterpolation |
scanExpressionInterpolation(\Phug\Lexer\State $state, $interpolation, $escape)
| \Phug\Lexer\State | $state | |
| $interpolation | ||
| $escape |
scanInterpolation(\Phug\Lexer\State $state, $tagInterpolation, $interpolation, $escape)
| \Phug\Lexer\State | $state | |
| $tagInterpolation | ||
| $interpolation | ||
| $escape |
needSeparationBlankLine(\Phug\Lexer\State $state)
| \Phug\Lexer\State | $state |