Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Instruction
-
-
Uses of Bytecode.Instruction in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return types with arguments of type Bytecode.Instruction Modifier and Type Method Description Iterable<Bytecode.Instruction>
Bytecode. getInstructions()
Get both theTraversalSource
andTraversal
instructions of this bytecode.List<Bytecode.Instruction>
Bytecode. getSourceInstructions()
Get theTraversalSource
instructions associated with this bytecode.List<Bytecode.Instruction>
Bytecode. getStepInstructions()
Get theTraversal
instructions associated with this bytecode. -
Uses of Bytecode.Instruction in org.apache.tinkerpop.gremlin.process.traversal.lambda
Methods in org.apache.tinkerpop.gremlin.process.traversal.lambda with parameters of type Bytecode.Instruction Modifier and Type Method Description static CardinalityValueTraversal
CardinalityValueTraversal. from(Bytecode.Instruction inst)
-
Uses of Bytecode.Instruction in org.apache.tinkerpop.gremlin.process.traversal.util
Method parameters in org.apache.tinkerpop.gremlin.process.traversal.util with type arguments of type Bytecode.Instruction Modifier and Type Method Description static Bytecode
BytecodeHelper. filterInstructions(Bytecode bytecode, Predicate<Bytecode.Instruction> predicate)
-