Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Instruction
-
Packages that use Bytecode.Instruction Package Description org.apache.tinkerpop.gremlin.process.traversal -
-
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 theTraversalSourceandTraversalinstructions of this bytecode.List<Bytecode.Instruction>Bytecode. getSourceInstructions()Get theTraversalSourceinstructions associated with this bytecode.List<Bytecode.Instruction>Bytecode. getStepInstructions()Get theTraversalinstructions associated with this bytecode.
-