Groovy Documentation

simplejpa.swing.glazed.ast
[Groovy] Class Condition

java.lang.Object
  simplejpa.swing.glazed.ast.Condition

class Condition
extends Object

Property Summary
Closure else_

Object else_is_

String else_property_

Closure if_

Object is_

Closure then_

String then_property_

 
Constructor Summary
Condition()

 
Method Summary
 
Methods inherited from class Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 

Property Detail

else_

Closure else_


else_is_

Object else_is_


else_property_

String else_property_


if_

Closure if_


is_

Object is_


then_

Closure then_


then_property_

String then_property_


 
Constructor Detail

Condition

Condition()


 

Groovy Documentation