| java.util.ArrayList org.openlaszlo.sc.InstructionCollector
InstructionCollector | public class InstructionCollector extends ArrayList (Code) | | |
Inner Class :public static class ConstantCollector extends ArrayList | |
Inner Class :public static class ConstantSorter implements Comparator | |
Inner Class :public static class SortedConstantCollector extends ConstantCollector | |
Constructor Summary | |
public | InstructionCollector(boolean disableConstantPool, boolean sortConstantPool) |
constantCollector | public ConstantCollector constantCollector(Code) | | |
constantsGenerated | public boolean constantsGenerated(Code) | | |
nextLabel | public int nextLabel(Code) | | |
InstructionCollector | public InstructionCollector(boolean disableConstantPool, boolean sortConstantPool)(Code) | | |
appendInstructions | public void appendInstructions(List instrsList)(Code) | | |
emit | public void emit(Instruction instr)(Code) | | |
generateConstants | public void generateConstants()(Code) | | |
getInstructions | public List getInstructions(boolean generateConstants)(Code) | | |
push | public void push(int value)(Code) | | |
push | public void push(boolean value)(Code) | | |
|
|