public class ConstantPool.Constant extends Object
Modifier and Type | Field and Description |
---|---|
ConstantPool.TAG |
tag
tag the descriptor for the constant
|
Constructor and Description |
---|
Constant(ConstantPool.TAG tagval) |
Modifier and Type | Method and Description |
---|---|
IOException |
getIssue() |
void |
print(PrintWriter out) |
void |
setIssue(IOException value) |
int |
size() |
String |
stringVal() |
String |
toString() |
public ConstantPool.TAG tag
public Constant(ConstantPool.TAG tagval)
public String stringVal()
public void print(PrintWriter out)
public int size()
public IOException getIssue()
public void setIssue(IOException value)
Copyright © 2021. All Rights Reserved.