Home
last modified time | relevance | path

Searched defs:StoreInstruction (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DStoreInstruction.java26 public abstract class StoreInstruction extends LocalVariableInstruction implements PopInstruction { class
33 StoreInstruction(final short canon_tag, final short c_tag) { in StoreInstruction() method in StoreInstruction
43 protected StoreInstruction(final short opcode, final short c_tag, final int n) { in StoreInstruction() method in StoreInstruction