Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Instruction
- 
Packages that use Bytecode.Instruction Package Description org.apache.tinkerpop.gremlin.process.traversal org.apache.tinkerpop.gremlin.process.traversal.util 
- 
- 
Uses of Bytecode.Instruction in org.apache.tinkerpop.gremlin.process.traversalMethods 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.
- 
Uses of Bytecode.Instruction in org.apache.tinkerpop.gremlin.process.traversal.utilMethod parameters in org.apache.tinkerpop.gremlin.process.traversal.util with type arguments of type Bytecode.Instruction Modifier and Type Method Description static BytecodeBytecodeHelper. filterInstructions(Bytecode bytecode, Predicate<Bytecode.Instruction> predicate)
 
-