Package org.codehaus.janino
Class CodeContext.Relocatable
- java.lang.Object
-
- org.codehaus.janino.CodeContext.Relocatable
-
- Direct Known Subclasses:
CodeContext.Branch
,CodeContext.OffsetBranch
- Enclosing class:
- CodeContext
private abstract class CodeContext.Relocatable extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Relocatable()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
grow()
Grows the code if the relocation cannot be done without growing code.abstract void
relocate()
Relocates this object.
-