Package groovy.transform
Class Undefined
- java.lang.Object
-
- groovy.transform.Undefined
-
public final class Undefined extends Object
Java doesn't allow you to have null as an attribute value. It wants you to indicate what you really mean by null, so that is what we do here - as ugly as it is.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Undefined.CLASS
static class
Undefined.EXCEPTION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isUndefined(String other)
static boolean
isUndefined(ClassNode other)
static boolean
isUndefinedException(ClassNode other)
-
-
-
Field Detail
-
STRING
public static final String STRING
- See Also:
- Constant Field Values
-
-