public class ConstantPool.Constant
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.io.IOException |
issue |
ConstantPool.TAG |
tag
tag the descriptor for the constant
|
Constructor and Description |
---|
Constant(ConstantPool.TAG tagval) |
Modifier and Type | Method and Description |
---|---|
java.io.IOException |
getIssue() |
void |
print(java.io.PrintWriter out) |
void |
setIssue(java.io.IOException value) |
int |
size() |
java.lang.String |
stringVal() |
java.lang.String |
toString() |
public ConstantPool.TAG tag
private java.io.IOException issue
public Constant(ConstantPool.TAG tagval)
public java.lang.String stringVal()
public void print(java.io.PrintWriter out)
public int size()
public java.lang.String toString()
toString
in class java.lang.Object
public java.io.IOException getIssue()
public void setIssue(java.io.IOException value)