locate<O> method
Implementation
LocationalTransformerExpression<E, O> locate<O>(
O Function(String source, int start, int end, E result) action) {
return LocationalTransformerExpression(this, action);
}
LocationalTransformerExpression<E, O> locate<O>(
O Function(String source, int start, int end, E result) action) {
return LocationalTransformerExpression(this, action);
}