public class JavaClassFile.Attribute extends LinkedHashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
Attribute(int attrNameIndex,
int length,
JavaClassFile.ClassReader reader) |
| 限定符和类型 | 方法和说明 |
|---|---|
JavaClassFile.Attribute[] |
attributes() |
String |
attrName() |
boolean |
isAttrCode() |
boolean |
isAttrLocalVariableTable() |
boolean |
isAttrLocalVariableTypeTable() |
int |
length() |
JavaClassFile.Attribute.LocalVariable[] |
localVariableTable() |
String |
toString() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCodecompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic Attribute(int attrNameIndex,
int length,
JavaClassFile.ClassReader reader)
public int length()
public String attrName()
public boolean isAttrLocalVariableTable()
public boolean isAttrLocalVariableTypeTable()
public boolean isAttrCode()
public JavaClassFile.Attribute.LocalVariable[] localVariableTable()
public JavaClassFile.Attribute[] attributes()
public String toString()
toString 在类中 AbstractMap<String,Object>Copyright © 2021. All rights reserved.