public class ContinueStatement extends Statement
| Constructor and Description |
|---|
ContinueStatement()
Create a new continue statement.
|
| Modifier and Type | Method and Description |
|---|---|
ContinueStatement |
clone()
Returns a clone of the continue statement.
|
static void |
defaultPrint(ContinueStatement s,
java.io.PrintWriter o)
Prints a continue 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(ContinueStatement 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 ContinueStatement clone()