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

/external/proguard/src/proguard/classfile/instruction/
H A DSimpleInstruction.java33 public class SimpleInstruction extends Instruction class in inherits:Instruction
39 * Creates an uninitialized SimpleInstruction.
41 public SimpleInstruction() {} method in class:SimpleInstruction
45 * Creates a new SimpleInstruction with the given opcode.
47 public SimpleInstruction(byte opcode) method in class:SimpleInstruction
54 * Creates a new SimpleInstruction with the given opcode and constant.
56 public SimpleInstruction(byte opcode, int constant) method in class:SimpleInstruction
68 public SimpleInstruction copy(SimpleInstruction simpleInstruction)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 171 milliseconds