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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Relocatable
private Relocatable()
-
-
Method Details
-
grow
public abstract void grow()Grows the code if the relocation cannot be done without growing code. -
relocate
public abstract void relocate()Relocates this object.
-