public interface IClassFileAttribute
Modifier and Type | Method and Description |
---|---|
long |
getAttributeLength()
Answer back the attribute length as specified
in the JVM specifications.
|
char[] |
getAttributeName()
Answer back the attribute name as specified
in the JVM specifications.
|
int |
getAttributeNameIndex()
Answer back the attribute name index in the constant pool as specified
in the JVM specifications.
|
int getAttributeNameIndex()
char[] getAttributeName()
long getAttributeLength()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.