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 privateRelocatable()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidgrow()Grows the code if the relocation cannot be done without growing code.abstract voidrelocate()Relocates this object.
-