js.tinyvm
Class WritableDataWithOffset
java.lang.Object
js.tinyvm.WritableDataWithOffset
- All Implemented Interfaces:
- WritableData
- Direct Known Subclasses:
- CodeSequence, ConstantValue, InterfaceMap, RecordTable, StaticValue
public abstract class WritableDataWithOffset
- extends Object
- implements WritableData
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WritableDataWithOffset
public WritableDataWithOffset()
initOffset
public void initOffset(int startOffset)
throws TinyVMException
- Init offset.
- Parameters:
startOffset
- start offset
- Throws:
TinyVMException
- if offset is not correct
getOffset
public int getOffset()
throws TinyVMException
- Offset.
- Throws:
TinyVMException
- if offset is not correct