Uses of Interface
org.jboss.jdeparser.JLabel
-
Uses of JLabel in org.jboss.jdeparser
Classes in org.jboss.jdeparser that implement JLabelFields in org.jboss.jdeparser declared as JLabelMethods in org.jboss.jdeparser that return JLabelModifier and TypeMethodDescriptionBasicJBlock.anonLabel()
JBlock.anonLabel()
Add a label at this point whose unique name is automatically generated.Name and attach a forward label as anonymous.BasicJBlock.forwardLabel()
JBlock.forwardLabel()
Create a forward label that can be named and attached later.(package private) JLabel
GotoJStatement.getLabel()
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.Constructors in org.jboss.jdeparser with parameters of type JLabel