Class ImplJLabel
java.lang.Object
org.jboss.jdeparser.BasicJCommentable
org.jboss.jdeparser.ImplJLabel
- All Implemented Interfaces:
BlockContent, JCommentable, JLabel, JStatement, Writable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) booleanname()Get the label name.(package private) voidvoidwrite(SourceFileWriter writer) Methods inherited from class BasicJCommentable
blockComment, lineComment, writeCommentsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JCommentable
blockComment, lineComment
-
Field Details
-
name
-
-
Constructor Details
-
ImplJLabel
ImplJLabel(String name) -
ImplJLabel
ImplJLabel()
-
-
Method Details
-
isResolved
boolean isResolved() -
name
-
setName
-
write
- Specified by:
writein interfaceWritable- Throws:
IOException
-