Package org.jboss.jdeparser
Class GotoJStatement
java.lang.Object
org.jboss.jdeparser.BasicJCommentable
org.jboss.jdeparser.BasicJStatement
org.jboss.jdeparser.KeywordJStatement
org.jboss.jdeparser.GotoJStatement
- All Implemented Interfaces:
BlockContent
,JCommentable
,JStatement
,Writable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) JLabel
getLabel()
void
write
(SourceFileWriter writer) Methods inherited from class org.jboss.jdeparser.KeywordJStatement
getKeyword
Methods inherited from class org.jboss.jdeparser.BasicJCommentable
blockComment, lineComment, writeComments
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.jdeparser.JCommentable
blockComment, lineComment
-
Field Details
-
label
-
-
Constructor Details
-
GotoJStatement
GotoJStatement(Tokens.$KW keyword, JLabel label)
-
-
Method Details
-
getLabel
JLabel getLabel() -
write
- Specified by:
write
in interfaceWritable
- Overrides:
write
in classKeywordJStatement
- Throws:
IOException
-