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.Offsetprivate intprivate CodeContext.Inserter -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
opcode
private int opcode -
source
-
destination
-
-
Constructor Details
-
Branch
Branch(int opcode, CodeContext.Offset destination)
-
-
Method Details
-
grow
public void grow()Description copied from class:CodeContext.RelocatableGrows the code if the relocation cannot be done without growing code.- Specified by:
growin classCodeContext.Relocatable
-
relocate
public void relocate()Description copied from class:CodeContext.RelocatableRelocates this object.- Specified by:
relocatein classCodeContext.Relocatable
-