@Module public abstract class Attribute extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addConstants(JavaClass javaClass)
Update the JavaClass when adding.
|
Attribute |
export(JavaClass cl,
JavaClass target)
Clones the attribute
|
java.lang.String |
getName()
Returns the attribute name.
|
java.lang.String |
toString() |
abstract void |
write(ByteCodeWriter out)
Writes the field to the output.
|
public java.lang.String getName()
public void addConstants(JavaClass javaClass)
public abstract void write(ByteCodeWriter out) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object