$minPos
$minPos :
Defines a range of valid positions that a token can occur in.
__construct( $minPos, $maxPos)
| $minPos | ||
| $maxPos |
isValidPosition( $tokenPosition) : boolean
Verify that the given token position is valid or not.
| $tokenPosition |