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

/external/proguard/src/proguard/classfile/instruction/
H A DConstantInstruction.java36 public class ConstantInstruction extends Instruction class in inherits:Instruction,ConstantVisitor
49 * Creates an uninitialized ConstantInstruction.
51 public ConstantInstruction() {} method in class:ConstantInstruction
55 * Creates a new ConstantInstruction with the given opcode and constant pool
58 public ConstantInstruction(byte opcode, int constantIndex) method in class:ConstantInstruction
65 * Creates a new ConstantInstruction with the given opcode, constant pool
68 public ConstantInstruction(byte opcode, int constantIndex, int constant) method in class:ConstantInstruction
81 public ConstantInstruction copy(ConstantInstruction constantInstruction)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 60 milliseconds