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
class GotoJStatement extends KeywordJStatement
-
-
Constructor Summary
Constructors Constructor Description GotoJStatement(Tokens.$KW keyword, JLabel label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (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 Detail
-
label
private final JLabel label
-
-
Constructor Detail
-
GotoJStatement
GotoJStatement(Tokens.$KW keyword, JLabel label)
-
-
Method Detail
-
getLabel
JLabel getLabel()
-
write
public void write(SourceFileWriter writer) throws java.io.IOException
- Specified by:
write
in interfaceWritable
- Overrides:
write
in classKeywordJStatement
- Throws:
java.io.IOException
-
-