Package groovy.transform
Class Undefined
java.lang.Object
groovy.transform.Undefined
public final class Undefined
extends java.lang.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 SummaryNested Classes Modifier and Type Class Description static classUndefined.CLASSstatic classUndefined.EXCEPTION
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringSTRING
- 
Method SummaryModifier and Type Method Description static booleanisUndefined(java.lang.String other)static booleanisUndefined(ClassNode other)static booleanisUndefinedException(ClassNode other)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
STRINGpublic static final java.lang.String STRING- See Also:
- Constant Field Values
 
 
- 
- 
Method Details- 
isUndefinedpublic static boolean isUndefined(java.lang.String other)
- 
isUndefined
- 
isUndefinedException
 
-