spmallette commented on code in PR #3118:
URL: https://github.com/apache/tinkerpop/pull/3118#discussion_r2135828354
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/Scoping.java:
##########
@@ -166,6 +167,23 @@ public default <S> S getNullableScopeValue(final Pop pop,
final String key, fina
*/
public Set<String> getScopeKeys();
+ /**
+ * Used to get PopInstruction of a Step that implements Scoping.
PopInstruction includes the labels it needs, and the
+ * pop type for each label.
+ *
+ * @return A Set of {@link
org.apache.tinkerpop.gremlin.process.traversal.step.PopContaining.PopInstruction}
values which contain the label and Pop value
Review Comment:
nit: TinkerPop code format general prefers this reference being imported
than being long form in the javadoc.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]