js.tinyvm
Class StaticValue
java.lang.Object
js.tinyvm.WritableDataWithOffset
js.tinyvm.StaticValue
- All Implemented Interfaces:
- WritableData
public class StaticValue
- extends WritableDataWithOffset
Constructor Summary |
StaticValue(org.apache.bcel.classfile.Field aEntry)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
StaticValue
public StaticValue(org.apache.bcel.classfile.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(java.lang.Object aOther)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object