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 classFrame.PopResult
-
Field Summary
Fields Modifier and Type Field Description Value[]incomingLocalsValue[]incomingStack
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Frame.PopResultpopFromStack()FramepushToStack(Value variable)FramesetLocal(int local, Value value)FramewithLocalsAndStack(Value[] locals, Value[] stack)
-