public abstract class Constant
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected byte |
tag |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
abstract void |
dump(java.io.DataOutputStream file) |
boolean |
equals(java.lang.Object obj)
Return value as defined by given BCELComparator strategy.
|
byte |
getTag() |
int |
hashCode()
Return value as defined by given BCELComparator strategy.
|
java.lang.String |
toString() |
public abstract void dump(java.io.DataOutputStream file) throws java.io.IOException
java.io.IOException
public final byte getTag()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.