Package com.strobel.assembler.ir
Class Frame
java.lang.Object
com.strobel.assembler.ir.Frame
User: Mike Strobel Date: 1/6/13 Time: 4:09 PM
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFrame(FrameType frameType, FrameValue[] localValues, FrameValue[] stackValues) -
Method Summary
Modifier and TypeMethodDescriptionstatic FramecomputeDelta(Frame previous, Frame current) final booleanfinal FrameTypefinal List<FrameValue> final List<FrameValue> final inthashCode()static Framemerge(Frame input, Frame output, Frame next, Map<Instruction, TypeReference> initializations) final StringtoString()final Frame
-
Field Details
-
EMPTY_VALUES
-
NEW_EMPTY
-
SAME
-
-
Constructor Details
-
Frame
-
-
Method Details
-
getFrameType
-
getLocalValues
-
getStackValues
-
withEmptyStack
-
equals
-
hashCode
public final int hashCode() -
toString
-
computeDelta
-
merge
public static Frame merge(Frame input, Frame output, Frame next, Map<Instruction, TypeReference> initializations)
-