Uses of Interface
org.jboss.jdeparser.JLabel
-
-
Uses of JLabel in org.jboss.jdeparser
Classes in org.jboss.jdeparser that implement JLabel Modifier and Type Class Description (package private) classImplJLabelFields in org.jboss.jdeparser declared as JLabel Modifier and Type Field Description private JLabelGotoJStatement. labelMethods in org.jboss.jdeparser that return JLabel Modifier and Type Method Description JLabelBasicJBlock. anonLabel()JLabelBasicJBlock. anonLabel(JLabel label)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.JLabelBasicJBlock. forwardLabel()JLabelJBlock. forwardLabel()Create a forward label that can be named and attached later.(package private) JLabelGotoJStatement. getLabel()JLabelBasicJBlock. label(java.lang.String name)JLabelBasicJBlock. label(JLabel label, java.lang.String name)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 JStatementBasicJBlock. _break(JLabel label)JStatementJBlock. _break(JLabel label)Insert a labelledbreakstatement at this point.JStatementBasicJBlock. _continue(JLabel label)JStatementJBlock. _continue(JLabel label)Insert a labelledcontinuestatement at this point.JLabelBasicJBlock. anonLabel(JLabel label)JLabelJBlock. anonLabel(JLabel label)Name and attach a forward label as anonymous.JLabelBasicJBlock. label(JLabel label, java.lang.String name)JLabelJBlock. label(JLabel label, java.lang.String name)Name and attach a forward label.Constructors in org.jboss.jdeparser with parameters of type JLabel Constructor Description GotoJStatement(Tokens.$KW keyword, JLabel label)
-