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