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) JLabelgetLabel()voidwrite(SourceFileWriter writer) Methods inherited from class org.jboss.jdeparser.KeywordJStatement
getKeywordMethods inherited from class org.jboss.jdeparser.BasicJCommentable
blockComment, lineComment, writeCommentsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
writein interfaceWritable- Overrides:
writein classKeywordJStatement- Throws:
IOException
-