Opcode returns the current opcode associated with the tokenizer.
()
| 171 | |
| 172 | // Opcode returns the current opcode associated with the tokenizer. |
| 173 | func (t *ScriptTokenizer) Opcode() byte { |
| 174 | return t.op.value |
| 175 | } |
| 176 | |
| 177 | // Data returns the data associated with the most recently successfully parsed |
| 178 | // opcode. |
no outgoing calls