MatchCandidate
in package
A match candidate is considered a match and its component available for selection if the position in the identifier string is within the range of its position constraint. If the match candidate was detected using only a partial token then it is considered a match if it is a starts with rule type.
Tags
Table of Contents
Properties
- $aAs : mixed
- $c : mixed
- $cG : mixed
- $iSWMT : mixed
- $lCs : mixed
- $mT : mixed
- $poC : mixed
- $prCs : mixed
Methods
- __construct() : mixed
- getAdditionalActions() : mixed
- getComponent() : mixed
- getConstraintGroup() : mixed
- getLookaroundConstraints() : mixed
- getMatchType() : mixed
- getPositionConstraint() : mixed
- getPropertyConstraints() : mixed
- hasAdditionalActions() : mixed
- hasComponent() : mixed
- hasConstraintGroup() : mixed
- hasLookaroundConstraints() : mixed
- hasPositionConstraint() : mixed
- hasPropertyConstraints() : mixed
- isStartWithMatchType() : mixed
Properties
$aAs
private
mixed
$aAs
$c
private
mixed
$c
$cG
private
mixed
$cG
$iSWMT
private
mixed
$iSWMT
$lCs
private
mixed
$lCs
$mT
private
mixed
$mT
$poC
private
mixed
$poC
$prCs
private
mixed
$prCs
Methods
__construct()
public
__construct(mixed $matchType, mixed $component, mixed $positionConstraint, mixed $lookaroundConstraints, mixed $constraintGroup, mixed $propertyConstraints, mixed $additionalActions) : mixed
Parameters
- $matchType : mixed
- $component : mixed
- $positionConstraint : mixed
- $lookaroundConstraints : mixed
- $constraintGroup : mixed
- $propertyConstraints : mixed
- $additionalActions : mixed
getAdditionalActions()
public
getAdditionalActions() : mixed
getComponent()
public
getComponent() : mixed
getConstraintGroup()
public
getConstraintGroup() : mixed
getLookaroundConstraints()
public
getLookaroundConstraints() : mixed
getMatchType()
public
getMatchType() : mixed
getPositionConstraint()
public
getPositionConstraint() : mixed
getPropertyConstraints()
public
getPropertyConstraints() : mixed
hasAdditionalActions()
public
hasAdditionalActions() : mixed
hasComponent()
public
hasComponent() : mixed
hasConstraintGroup()
public
hasConstraintGroup() : mixed
hasLookaroundConstraints()
public
hasLookaroundConstraints() : mixed
hasPositionConstraint()
public
hasPositionConstraint() : mixed
hasPropertyConstraints()
public
hasPropertyConstraints() : mixed
isStartWithMatchType()
public
isStartWithMatchType() : mixed