public abstract class Constant extends Object implements Cloneable, Node, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected byte |
tag |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely
defined by the contents of a Java class.
|
Object |
clone() |
Constant |
copy() |
abstract void |
dump(DataOutputStream file) |
byte |
getTag() |
String |
toString() |
public abstract void accept(Visitor v)
public abstract void dump(DataOutputStream file) throws IOException
IOExceptionpublic final byte getTag()
public String toString()
public Constant copy()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2018–2021 mhoffrogge. All rights reserved.