Package de.mirkosertic.bytecoder.core.ir
Class Frame
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.ir.Frame
-
public class Frame extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Frame.PopResult
-
Field Summary
Fields Modifier and Type Field Description Value[]
incomingLocals
Value[]
incomingStack
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Frame.PopResult
popFromStack()
Frame
pushToStack(Value variable)
Frame
setLocal(int local, Value value)
Frame
withLocalsAndStack(Value[] locals, Value[] stack)
-