Searched defs:LoadInstruction (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DLoadInstruction.java31 public abstract class LoadInstruction extends LocalVariableInstruction class in inherits:LocalVariableInstruction,PushInstruction
39 LoadInstruction(short canon_tag, short c_tag) { method in class:LoadInstruction
48 protected LoadInstruction(short opcode, short c_tag, int n) { method in class:LoadInstruction

Completed in 38 milliseconds