Constructor and Description |
---|
ConstantMethodType(ConstantMethodType c)
Initialize from another object.
|
ConstantMethodType(int descriptor_index) |
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 descriptor_index) |
String |
toString() |
clone, copy, equals, getComparator, getTag, hashCode, readConstant, setComparator
public ConstantMethodType(ConstantMethodType c)
public ConstantMethodType(int descriptor_index)
public void accept(Visitor v)
public final void dump(DataOutputStream file) throws IOException
dump
in class Constant
file
- Output file streamIOException
public int getDescriptorIndex()
public void setDescriptorIndex(int descriptor_index)
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.