Package groovy.transform
Class Undefined
java.lang.Object
groovy.transform.Undefined
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 ClassesModifier and TypeClassDescriptionstatic final classstatic final class
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanisUndefined(String other) static booleanisUndefined(ClassNode other) static booleanisUndefinedException(ClassNode other) 
- 
Field Details- 
STRING- See Also:
 
 
- 
- 
Method Details- 
isUndefined
- 
isUndefined
- 
isUndefinedException
 
-