public class BreakStatement extends Statement
| Constructor and Description |
|---|
BreakStatement()
Create a new break statement.
|
| Modifier and Type | Method and Description |
|---|---|
BreakStatement |
clone()
Returns a clone of the break statement.
|
static void |
defaultPrint(BreakStatement s,
java.io.PrintWriter o)
Prints a break statement to a stream.
|
static void |
setClassPrintMethod(java.lang.reflect.Method m)
Overrides the class print method, so that all subsequently
created objects will use the supplied method.
|
annotate, annotateAfter, annotateBefore, containsAnnotation, detach, equals, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getChildren, getParent, getProcedure, hashCode, print, removeAnnotations, removeAnnotations, removeChild, setChild, setLineNumber, setParent, setPrintMethod, swapWith, toString, verify, wherepublic static void defaultPrint(BreakStatement s, java.io.PrintWriter o)
s - The statement to print.o - The writer on which to print the statement.public static void setClassPrintMethod(java.lang.reflect.Method m)
m - The new print method.public BreakStatement clone()