Package org.codehaus.janino
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.Offset
private final CodeContext.Offset
private 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.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
-