| Constructor and Description |
|---|
ConstantMethodType(ConstantMethodType c)
Initialize from another object.
|
ConstantMethodType(int descriptorIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.
|
void |
dump(DataOutputStream file)
Dump name and signature index to file stream in binary format.
|
int |
getDescriptorIndex() |
void |
setDescriptorIndex(int descriptorIndex) |
String |
toString() |
clone, copy, equals, getComparator, getTag, hashCode, readConstant, setComparatorpublic ConstantMethodType(ConstantMethodType c)
public ConstantMethodType(int descriptorIndex)
public void accept(Visitor v)
public void dump(DataOutputStream file) throws IOException
dump in class Constantfile - Output file streamIOException - if an I/O error occurs.public int getDescriptorIndex()
public void setDescriptorIndex(int descriptorIndex)
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.