public interface FrameContext
Modifier and Type | Method and Description |
---|---|
void |
enter(CompilationResultBuilder crb)
Emits code common to all entry points of a method.
|
boolean |
hasFrame()
Determines if a frame is set up and torn down by this object.
|
void |
leave(CompilationResultBuilder crb)
Emits code to be executed just prior to returning from a method.
|
void enter(CompilationResultBuilder crb)
void leave(CompilationResultBuilder crb)
boolean hasFrame()