Class Bytecode.Instruction
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Instruction
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Bytecode
public static class Bytecode.Instruction extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Object[]
getArguments()
String
getOperator()
int
hashCode()
String
toString()
-