ClassWriter
Class
Processes a class element page.
Extends
Object
Implements
WritableElementElementElementWriter
Modifiers
public
Constructors
new ClassWriter (Class)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Class | clazz |
Return Type
ClassWriter
Modifiers
public
new ClassWriter (Class, File)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Class | clazz |
2 | File | file |
Return Type
ClassWriter
Modifiers
public
Fields
target
FieldNo description is available for this element.
Type
Class
Modifiers
protected final
javadocs
FieldNo description is available for this element.
Type
Map
Modifiers
protected final
Methods
name ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public
write (OutputStream)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
public
writeFields (OutputStream)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
protected
getDetails ()
MethodNo description is available for this element.
Return Type
Map
Modifiers
public
writeConstructors (OutputStream)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
protected
writeMethods (OutputStream)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
protected
createTitle (Class)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Class | target |
Return Type
String
Modifiers
protected
writeType (OutputStream)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
protected
writeSupers (OutputStream)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
protected