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) class
ImplJLabel
Fields in org.jboss.jdeparser declared as JLabel Modifier and Type Field Description private JLabel
GotoJStatement. label
Methods in org.jboss.jdeparser that return JLabel Modifier and Type Method Description JLabel
BasicJBlock. anonLabel()
JLabel
BasicJBlock. anonLabel(JLabel label)
JLabel
JBlock. anonLabel()
Add a label at this point whose unique name is automatically generated.JLabel
JBlock. anonLabel(JLabel label)
Name and attach a forward label as anonymous.JLabel
BasicJBlock. forwardLabel()
JLabel
JBlock. forwardLabel()
Create a forward label that can be named and attached later.(package private) JLabel
GotoJStatement. getLabel()
JLabel
BasicJBlock. label(java.lang.String name)
JLabel
BasicJBlock. label(JLabel label, java.lang.String name)
JLabel
JBlock. label(java.lang.String name)
Add a label at this point, which may be used for future branch instructions.JLabel
JBlock. 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 JStatement
BasicJBlock. _break(JLabel label)
JStatement
JBlock. _break(JLabel label)
Insert a labelledbreak
statement at this point.JStatement
BasicJBlock. _continue(JLabel label)
JStatement
JBlock. _continue(JLabel label)
Insert a labelledcontinue
statement at this point.JLabel
BasicJBlock. anonLabel(JLabel label)
JLabel
JBlock. anonLabel(JLabel label)
Name and attach a forward label as anonymous.JLabel
BasicJBlock. label(JLabel label, java.lang.String name)
JLabel
JBlock. 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)
-