102103104105106107108109
} else if ( path.startsWith( "[" ) && path.endsWith( "]" ) ) { return new ArrayTraversalStep( this, child ); } else { return new MapTraversalStep( this, child ); } }
8990919293949596
7475767778798081