PHP Class Flow\JSONPath\JSONPathLexer

Afficher le fichier Open project: FlowCommunications/JSONPath Class Usage Examples

Protected Properties

Свойство Type Description
$expression string The expression being lexed.
$expressionLength integer The length of the expression.

Méthodes publiques

Méthode Description
__construct ( $expression )
parseExpression ( )
parseExpressionTokens ( )

Méthodes protégées

Méthode Description
atEnd ( $pos )
createToken ( $value ) : string
lookAhead ( $pos, $forward = 1 )

Method Details

__construct() public méthode

public __construct ( $expression )

atEnd() protected méthode

protected atEnd ( $pos )

createToken() protected méthode

protected createToken ( $value ) : string
$value
Résultat string

lookAhead() protected méthode

protected lookAhead ( $pos, $forward = 1 )

parseExpression() public méthode

public parseExpression ( )

parseExpressionTokens() public méthode

Property Details

$expression protected_oe property

The expression being lexed.
protected string $expression
Résultat string

$expressionLength protected_oe property

The length of the expression.
protected int $expressionLength
Résultat integer