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 KeywordJStatement
getKeywordMethods 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
-
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
-