Ejemplo n.º 1
0
 public RegexNodeLookAround(RegexLookAround lookAroundType, RegexNode lookAroundExpression, RegexNode matchExpression)
 {
     LookAroundType = lookAroundType;
     LookAroundExpression = lookAroundExpression;
     MatchExpression = matchExpression;
 }
Ejemplo n.º 2
0
 public RegexNodeLookAround(RegexLookAround lookAroundType, RegexNode lookAroundExpression, RegexNode matchExpression)
 {
     LookAroundType       = lookAroundType;
     LookAroundExpression = lookAroundExpression;
     MatchExpression      = matchExpression;
 }