| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal | |
| org.apache.tinkerpop.gremlin.process.traversal.util | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Bytecode.Instruction> | 
Bytecode.getInstructions()
Get both the  
TraversalSource and Traversal instructions of this bytecode. | 
List<Bytecode.Instruction> | 
Bytecode.getSourceInstructions()
Get the  
TraversalSource instructions associated with this bytecode. | 
List<Bytecode.Instruction> | 
Bytecode.getStepInstructions()
Get the  
Traversal instructions associated with this bytecode. | 
| Modifier and Type | Method and Description | 
|---|---|
static Bytecode | 
BytecodeHelper.filterInstructions(Bytecode bytecode,
                  Predicate<Bytecode.Instruction> predicate)  | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.