class ImplJLabel extends BasicJCommentable implements JLabel, JStatement, BlockContent
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
| Constructor and Description |
|---|
ImplJLabel() |
ImplJLabel(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
isResolved() |
java.lang.String |
name()
Get the label name.
|
(package private) void |
setName(java.lang.String name) |
void |
write(SourceFileWriter writer) |
blockComment, lineComment, writeCommentsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitblockComment, lineCommentboolean isResolved()
public java.lang.String name()
JLabelvoid setName(java.lang.String name)
public void write(SourceFileWriter writer) throws java.io.IOException