Class CodeContext.OffsetBranch
java.lang.Object
org.codehaus.janino.CodeContext.Relocatable
org.codehaus.janino.CodeContext.OffsetBranch
- Enclosing class:
CodeContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CodeContext.Offsetprivate final CodeContext.Offsetprivate final CodeContext.Offset -
Constructor Summary
ConstructorsConstructorDescriptionOffsetBranch(CodeContext.Offset where, CodeContext.Offset source, CodeContext.Offset destination) -
Method Summary
-
Field Details
-
where
-
source
-
destination
-
-
Constructor Details
-
OffsetBranch
OffsetBranch(CodeContext.Offset where, CodeContext.Offset source, 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
-