public class Instruction extends Object implements Serializable
| Constructor and Description |
|---|
Instruction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getLiteral() |
int |
getReference() |
int |
hashCode() |
int |
literalSize() |
void |
setLiteral(byte[] literal) |
void |
setReference(int reference) |
String |
toString() |
Copyright © 2014. All rights reserved.