Package kala.compress.harmony.pack200
Class NewAttributeBands.Call
- java.lang.Object
-
- kala.compress.harmony.pack200.NewAttributeBands.LayoutElement
-
- kala.compress.harmony.pack200.NewAttributeBands.Call
-
- All Implemented Interfaces:
NewAttributeBands.AttributeLayoutElement
- Enclosing class:
- NewAttributeBands
public class NewAttributeBands.Call extends NewAttributeBands.LayoutElement
-
-
Field Summary
Fields Modifier and Type Field Description private NewAttributeBands.Callablecallableprivate intcallableIndex
-
Constructor Summary
Constructors Constructor Description Call(int callableIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttributeToBand(NewAttribute attribute, java.io.InputStream inputStream)NewAttributeBands.CallablegetCallable()intgetCallableIndex()voidpack(java.io.OutputStream outputStream)voidrenumberBci(IntList bciRenumbering, java.util.Map<org.objectweb.asm.Label,java.lang.Integer> labelsToOffsets)voidsetCallable(NewAttributeBands.Callable callable)-
Methods inherited from class kala.compress.harmony.pack200.NewAttributeBands.LayoutElement
getLength
-
-
-
-
Field Detail
-
callableIndex
private final int callableIndex
-
callable
private NewAttributeBands.Callable callable
-
-
Method Detail
-
addAttributeToBand
public void addAttributeToBand(NewAttribute attribute, java.io.InputStream inputStream)
-
getCallable
public NewAttributeBands.Callable getCallable()
-
getCallableIndex
public int getCallableIndex()
-
pack
public void pack(java.io.OutputStream outputStream)
-
renumberBci
public void renumberBci(IntList bciRenumbering, java.util.Map<org.objectweb.asm.Label,java.lang.Integer> labelsToOffsets)
-
setCallable
public void setCallable(NewAttributeBands.Callable callable)
-
-