Package org.jboss.classfilewriter
Class ClassField
java.lang.Object
org.jboss.classfilewriter.ClassField
- All Implemented Interfaces:
WritableEntry
A field in a class
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getName()
int
hashCode()
void
setSignature
(String signature) void
write
(ByteArrayDataOutputStream stream)
-
Method Details
-
write
- Specified by:
write
in interfaceWritableEntry
- Throws:
IOException
-
getAccessFlags
public int getAccessFlags() -
getName
-
getDescriptor
-
getClassFile
-
getSignature
-
setSignature
-
hashCode
public int hashCode() -
equals
-
getRuntimeVisibleAnnotationsAttribute
-