Package org.codehaus.janino
Class CodeContext.Branch
java.lang.Object
org.codehaus.janino.CodeContext.Relocatable
org.codehaus.janino.CodeContext.Branch
- Enclosing class:
- CodeContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CodeContext.Offset
private boolean
private final int
private final CodeContext.Inserter
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expanded
private boolean expanded -
opcode
private final int opcode -
source
-
destination
-
-
Constructor Details
-
Branch
Branch(int opcode, CodeContext.Offset destination)
-
-
Method Details
-
grow
public void grow()Description copied from class:CodeContext.Relocatable
Grows the code if the relocation cannot be done without growing code.- Specified by:
grow
in classCodeContext.Relocatable
-
relocate
public void relocate()Description copied from class:CodeContext.Relocatable
Relocates this object.- Specified by:
relocate
in classCodeContext.Relocatable
-