js.tinyvm
Class StaticValue
java.lang.Object
js.tinyvm.WritableDataWithOffset
js.tinyvm.StaticValue
- All Implemented Interfaces:
- WritableData
public class StaticValue
- extends WritableDataWithOffset
- Rating

StaticValue
public StaticValue(Field aEntry)
throws TinyVMException
- Throws:
TinyVMException
getLength
public int getLength()
throws TinyVMException
- Description copied from interface:
WritableData
- Returns the length of the record, in bytes.
- Throws:
TinyVMException
getAlignment
public int getAlignment()
dump
public void dump(IByteWriter writer)
throws TinyVMException
- Description copied from interface:
WritableData
- Dump.
- Parameters:
writer
- writer to write binary to
- Throws:
TinyVMException
equals
public boolean equals(Object aOther)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object