Package org.codehaus.janino
Class CodeContext.BasicBlock
java.lang.Object
org.codehaus.janino.CodeContext.Offset
org.codehaus.janino.CodeContext.BasicBlock
- Enclosing class:
CodeContext
This
CodeContext.Offset
marks the first byte of a "basic block" in the sense of JLS 17 "4.10.1 Verification by Type
Checking":
The intent is that a stack map frame must appear at the beginning of each basic block in a method.-
Field Summary
Fields inherited from class org.codehaus.janino.CodeContext.Offset
next, offset, prev, UNSET
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codehaus.janino.CodeContext.Offset
getCodeContext, getStackMap, set, setBasicBlock, setOffset, setStackMap, setStackMap, toString
-
Constructor Details
-
BasicBlock
public BasicBlock()
-