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, writeComments
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
blockComment, lineComment
boolean isResolved()
public java.lang.String name()
JLabel
void setName(java.lang.String name)
public void write(SourceFileWriter writer) throws java.io.IOException