Uses of Interface
org.jboss.jdeparser.JLabel
-
-
Uses of JLabel in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return JLabel Modifier and Type Method Description JLabelJBlock. anonLabel()Add a label at this point whose unique name is automatically generated.JLabelJBlock. anonLabel(JLabel label)Name and attach a forward label as anonymous.JLabelJBlock. forwardLabel()Create a forward label that can be named and attached later.JLabelJBlock. label(java.lang.String name)Add a label at this point, which may be used for future branch instructions.JLabelJBlock. label(JLabel label, java.lang.String name)Name and attach a forward label.Methods in org.jboss.jdeparser with parameters of type JLabel Modifier and Type Method Description JStatementJBlock. _break(JLabel label)Insert a labelledbreakstatement at this point.JStatementJBlock. _continue(JLabel label)Insert a labelledcontinuestatement at this point.JLabelJBlock. anonLabel(JLabel label)Name and attach a forward label as anonymous.JLabelJBlock. label(JLabel label, java.lang.String name)Name and attach a forward label.
-