public final class Signature extends Attribute
Attribute,
Serialized Formconstant_pool, length, name_index, tag| Constructor and Description |
|---|
Signature(int name_index,
int length,
int signature_index,
ConstantPool constant_pool) |
Signature(Signature c)
Initialize from another object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely
defined by the contents of a Java class.
|
Attribute |
copy(ConstantPool constant_pool) |
void |
dump(DataOutputStream file)
Dump source file attribute to file stream in binary format.
|
String |
getSignature() |
int |
getSignatureIndex() |
static boolean |
isActualParameterList(String s) |
static boolean |
isFormalParameterList(String s) |
void |
setSignatureIndex(int signature_index) |
String |
toString() |
static String |
translate(String s) |
addAttributeReader, clone, getConstantPool, getLength, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndexpublic Signature(Signature c)
public Signature(int name_index,
int length,
int signature_index,
ConstantPool constant_pool)
name_index - Index in constant pool to CONSTANT_Utf8length - Content length in bytesconstant_pool - Array of constantsSignature_index - Index in constant pool to CONSTANT_Utf8public void accept(Visitor v)
public final void dump(DataOutputStream file) throws IOException
dump in class Attributefile - Output file streamIOExceptionpublic final int getSignatureIndex()
public final void setSignatureIndex(int signature_index)
Signature_index. - public final String getSignature()
public static final boolean isFormalParameterList(String s)
public static final boolean isActualParameterList(String s)
public final String toString()
public Attribute copy(ConstantPool constant_pool)
Copyright © 2018–2021 mhoffrogge. All rights reserved.