Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.PopContaining.PopInstruction
Packages that use PopContaining.PopInstruction
Package
Description
-
Uses of PopContaining.PopInstruction in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return types with arguments of type PopContaining.PopInstructionModifier and TypeMethodDescriptionPopContaining.getPopInstructions()default HashSet<PopContaining.PopInstruction>Scoping.getPopInstructions()Used to get PopInstruction of a Step that implements Scoping.default HashSet<PopContaining.PopInstruction>TraversalParent.getPopInstructions() -
Uses of PopContaining.PopInstruction in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.filter that return types with arguments of type PopContaining.PopInstructionModifier and TypeMethodDescriptionDedupGlobalStep.getPopInstructions()WherePredicateStep.getPopInstructions()WhereTraversalStep.getPopInstructions() -
Uses of PopContaining.PopInstruction in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return types with arguments of type PopContaining.PopInstructionModifier and TypeMethodDescriptiondefault HashSet<PopContaining.PopInstruction>AddElementStepContract.getPopInstructions()FormatStep.getPopInstructions()MatchStep.getPopInstructions()Deprecated.MathStep.getPopInstructions()SelectOneStep.getPopInstructions()SelectStep.getPopInstructions()TraversalSelectStep.getPopInstructions() -
Uses of PopContaining.PopInstruction in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that return types with arguments of type PopContaining.PopInstructionModifier and TypeMethodDescriptiondefault HashSet<PopContaining.PopInstruction>AddPropertyStepContract.getPopInstructions() -
Uses of PopContaining.PopInstruction in org.apache.tinkerpop.gremlin.process.traversal.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.util that return types with arguments of type PopContaining.PopInstructionModifier and TypeMethodDescriptionstatic <T extends Traversal.Admin<?,?>>
Set<PopContaining.PopInstruction>TraversalHelper.getPopInstructions(T traversal) Used to get PopInstruction of a traversal.