Uses of Interface
org.jboss.jdeparser.JLabel
-
Uses of JLabel in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return JLabelModifier and TypeMethodDescriptionJBlock.anonLabel()
Add a label at this point whose unique name is automatically generated.Name and attach a forward label as anonymous.JBlock.forwardLabel()
Create a forward label that can be named and attached later.Add a label at this point, which may be used for future branch instructions.Name and attach a forward label.Methods in org.jboss.jdeparser with parameters of type JLabelModifier and TypeMethodDescriptionInsert a labelledbreak
statement at this point.Insert a labelledcontinue
statement at this point.Name and attach a forward label as anonymous.Name and attach a forward label.