anvil.codec
Class DoubleInfo

java.lang.Object
  |
  +--anvil.codec.Info
        |
        +--anvil.codec.DoubleInfo
All Implemented Interfaces:
CodecConstants

public class DoubleInfo
extends Info


Field Summary
 
Fields inherited from class anvil.codec.Info
_index
 
Fields inherited from interface anvil.codec.CodecConstants
ACC_ABSTRACT, ACC_FINAL, ACC_INTERFACE, ACC_NATIVE, ACC_PRIVATE, ACC_PROTECTED, ACC_PUBLIC, ACC_STATIC, ACC_STRICT, ACC_SUPER, ACC_SYNCHRONIZED, ACC_TRANSIENT, ACC_VOLATILE, ATTR_Code, ATTR_ConstantValue, ATTR_Deprecated, ATTR_Exceptions, ATTR_InnerClasses, ATTR_LineNumberTable, ATTR_LocalVariableTable, ATTR_SourceFile, ATTR_Synthetic, CLASS_MAGIC, CONSTANT_Class, CONSTANT_Double, CONSTANT_FieldRef, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodRef, CONSTANT_Long, CONSTANT_MethodRef, CONSTANT_NameAndType, CONSTANT_SourceFile, CONSTANT_String, CONSTANT_Utf8, MAJOR_VERSION, MINOR_VERSION, T_BOOLEAN, T_BYTE, T_CHAR, T_DOUBLE, T_FLOAT, T_INT, T_LONG, T_SHORT
 
Constructor Summary
DoubleInfo(double f)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getTag()
           
 int getWidth()
           
 int hashCode()
           
 java.lang.String toString()
           
 void write(java.io.DataOutputStream output)
           
 
Methods inherited from class anvil.codec.Info
getArgumentCount, getIndex, setIndex
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleInfo

public DoubleInfo(double f)
Method Detail

getTag

public int getTag()
Specified by:
getTag in class Info

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getWidth

public int getWidth()
Overrides:
getWidth in class Info

write

public void write(java.io.DataOutputStream output)
           throws java.io.IOException
Specified by:
write in class Info
java.io.IOException